[arch-commits] Commit in plib/repos (8 files)
Sergej Pupykin
spupykin at archlinux.org
Mon Sep 4 21:12:21 UTC 2017
Date: Monday, September 4, 2017 @ 21:12:20
Author: spupykin
Revision: 255696
archrelease: copy trunk to community-i686, community-x86_64
Added:
plib/repos/community-i686/ChangeLog
(from rev 255695, plib/trunk/ChangeLog)
plib/repos/community-i686/PKGBUILD
(from rev 255695, plib/trunk/PKGBUILD)
plib/repos/community-x86_64/ChangeLog
(from rev 255695, plib/trunk/ChangeLog)
plib/repos/community-x86_64/PKGBUILD
(from rev 255695, plib/trunk/PKGBUILD)
Deleted:
plib/repos/community-i686/ChangeLog
plib/repos/community-i686/PKGBUILD
plib/repos/community-x86_64/ChangeLog
plib/repos/community-x86_64/PKGBUILD
----------------------------+
/ChangeLog | 24 +++++++++++++++++
/PKGBUILD | 60 +++++++++++++++++++++++++++++++++++++++++++
community-i686/ChangeLog | 12 --------
community-i686/PKGBUILD | 30 ---------------------
community-x86_64/ChangeLog | 12 --------
community-x86_64/PKGBUILD | 30 ---------------------
6 files changed, 84 insertions(+), 84 deletions(-)
Deleted: community-i686/ChangeLog
===================================================================
--- community-i686/ChangeLog 2017-09-04 21:12:03 UTC (rev 255695)
+++ community-i686/ChangeLog 2017-09-04 21:12:20 UTC (rev 255696)
@@ -1,12 +0,0 @@
-2008-10-04 Eric Belanger <eric at archlinux.org>
-
- * plib 1.8.5-1.1
- * Built with PIC for x86_64
-
-2008-03-20 Eric Belanger <eric at archlinux.org>
-
- * plib 1.8.5-1
- * Upstream update
- * Fixed license
- * Added makedepends
- * Added ChangeLog
Copied: plib/repos/community-i686/ChangeLog (from rev 255695, plib/trunk/ChangeLog)
===================================================================
--- community-i686/ChangeLog (rev 0)
+++ community-i686/ChangeLog 2017-09-04 21:12:20 UTC (rev 255696)
@@ -0,0 +1,12 @@
+2008-10-04 Eric Belanger <eric at archlinux.org>
+
+ * plib 1.8.5-1.1
+ * Built with PIC for x86_64
+
+2008-03-20 Eric Belanger <eric at archlinux.org>
+
+ * plib 1.8.5-1
+ * Upstream update
+ * Fixed license
+ * Added makedepends
+ * Added ChangeLog
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2017-09-04 21:12:03 UTC (rev 255695)
+++ community-i686/PKGBUILD 2017-09-04 21:12:20 UTC (rev 255696)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Eric Belanger <eric at archlinux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-
-pkgname=plib
-pkgver=1.8.5
-pkgrel=7
-pkgdesc="Set of libraries to write games and other realtime interactive applications"
-arch=('i686' 'x86_64')
-url="http://plib.sourceforge.net/"
-license=('custom:LGPL')
-makedepends=('mesa-libgl' 'libxi' 'libxmu')
-source=(http://plib.sourceforge.net/dist/$pkgname-$pkgver.tar.gz)
-options=('staticlibs')
-md5sums=('47a6fbf63668c1eed631024038b2ea90')
-sha1sums=('c2cf7e3e1e58f7b63dae4bb21e4fa82c3e4d4cfc')
-
-build() {
- cd ${srcdir}/$pkgname-$pkgver
-
- CFLAGS=-fPIC LDFLAGS=-fPIC ./configure --prefix=/usr
- make
-}
-
-package() {
- cd ${srcdir}/$pkgname-$pkgver
-
- make DESTDIR="${pkgdir}" install
- install -D -m644 COPYING ${pkgdir}/usr/share/licenses/$pkgname/COPYING
-}
Copied: plib/repos/community-i686/PKGBUILD (from rev 255695, plib/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-04 21:12:20 UTC (rev 255696)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Eric Belanger <eric at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=plib
+pkgver=1.8.5
+pkgrel=8
+pkgdesc="Set of libraries to write games and other realtime interactive applications"
+arch=('i686' 'x86_64')
+url="http://plib.sourceforge.net/"
+license=('custom:LGPL')
+makedepends=('mesa-libgl' 'libxi' 'libxmu')
+source=(http://plib.sourceforge.net/dist/$pkgname-$pkgver.tar.gz)
+options=('staticlibs')
+md5sums=('47a6fbf63668c1eed631024038b2ea90')
+sha1sums=('c2cf7e3e1e58f7b63dae4bb21e4fa82c3e4d4cfc')
+
+build() {
+ cd ${srcdir}/$pkgname-$pkgver
+
+ CXXFLAGS=-fPIC CFLAGS=-fPIC LDFLAGS=-fPIC ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd ${srcdir}/$pkgname-$pkgver
+
+ make DESTDIR="${pkgdir}" install
+ install -D -m644 COPYING ${pkgdir}/usr/share/licenses/$pkgname/COPYING
+}
Deleted: community-x86_64/ChangeLog
===================================================================
--- community-x86_64/ChangeLog 2017-09-04 21:12:03 UTC (rev 255695)
+++ community-x86_64/ChangeLog 2017-09-04 21:12:20 UTC (rev 255696)
@@ -1,12 +0,0 @@
-2008-10-04 Eric Belanger <eric at archlinux.org>
-
- * plib 1.8.5-1.1
- * Built with PIC for x86_64
-
-2008-03-20 Eric Belanger <eric at archlinux.org>
-
- * plib 1.8.5-1
- * Upstream update
- * Fixed license
- * Added makedepends
- * Added ChangeLog
Copied: plib/repos/community-x86_64/ChangeLog (from rev 255695, plib/trunk/ChangeLog)
===================================================================
--- community-x86_64/ChangeLog (rev 0)
+++ community-x86_64/ChangeLog 2017-09-04 21:12:20 UTC (rev 255696)
@@ -0,0 +1,12 @@
+2008-10-04 Eric Belanger <eric at archlinux.org>
+
+ * plib 1.8.5-1.1
+ * Built with PIC for x86_64
+
+2008-03-20 Eric Belanger <eric at archlinux.org>
+
+ * plib 1.8.5-1
+ * Upstream update
+ * Fixed license
+ * Added makedepends
+ * Added ChangeLog
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2017-09-04 21:12:03 UTC (rev 255695)
+++ community-x86_64/PKGBUILD 2017-09-04 21:12:20 UTC (rev 255696)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Eric Belanger <eric at archlinux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-
-pkgname=plib
-pkgver=1.8.5
-pkgrel=7
-pkgdesc="Set of libraries to write games and other realtime interactive applications"
-arch=('i686' 'x86_64')
-url="http://plib.sourceforge.net/"
-license=('custom:LGPL')
-makedepends=('mesa-libgl' 'libxi' 'libxmu')
-source=(http://plib.sourceforge.net/dist/$pkgname-$pkgver.tar.gz)
-options=('staticlibs')
-md5sums=('47a6fbf63668c1eed631024038b2ea90')
-sha1sums=('c2cf7e3e1e58f7b63dae4bb21e4fa82c3e4d4cfc')
-
-build() {
- cd ${srcdir}/$pkgname-$pkgver
-
- CFLAGS=-fPIC LDFLAGS=-fPIC ./configure --prefix=/usr
- make
-}
-
-package() {
- cd ${srcdir}/$pkgname-$pkgver
-
- make DESTDIR="${pkgdir}" install
- install -D -m644 COPYING ${pkgdir}/usr/share/licenses/$pkgname/COPYING
-}
Copied: plib/repos/community-x86_64/PKGBUILD (from rev 255695, plib/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2017-09-04 21:12:20 UTC (rev 255696)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Eric Belanger <eric at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=plib
+pkgver=1.8.5
+pkgrel=8
+pkgdesc="Set of libraries to write games and other realtime interactive applications"
+arch=('i686' 'x86_64')
+url="http://plib.sourceforge.net/"
+license=('custom:LGPL')
+makedepends=('mesa-libgl' 'libxi' 'libxmu')
+source=(http://plib.sourceforge.net/dist/$pkgname-$pkgver.tar.gz)
+options=('staticlibs')
+md5sums=('47a6fbf63668c1eed631024038b2ea90')
+sha1sums=('c2cf7e3e1e58f7b63dae4bb21e4fa82c3e4d4cfc')
+
+build() {
+ cd ${srcdir}/$pkgname-$pkgver
+
+ CXXFLAGS=-fPIC CFLAGS=-fPIC LDFLAGS=-fPIC ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd ${srcdir}/$pkgname-$pkgver
+
+ make DESTDIR="${pkgdir}" install
+ install -D -m644 COPYING ${pkgdir}/usr/share/licenses/$pkgname/COPYING
+}
More information about the arch-commits
mailing list