[arch-commits] Commit in plib/repos (8 files)
Bartłomiej Piotrowski
bpiotrowski at nymeria.archlinux.org
Fri Jan 3 11:08:04 UTC 2014
Date: Friday, January 3, 2014 @ 12:08:04
Author: bpiotrowski
Revision: 103334
archrelease: copy trunk to community-i686, community-x86_64
Added:
plib/repos/community-i686/ChangeLog
(from rev 103333, plib/trunk/ChangeLog)
plib/repos/community-i686/PKGBUILD
(from rev 103333, plib/trunk/PKGBUILD)
plib/repos/community-x86_64/ChangeLog
(from rev 103333, plib/trunk/ChangeLog)
plib/repos/community-x86_64/PKGBUILD
(from rev 103333, 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 | 62 +++++++++++++++++++++++++++++++++++++++++++
community-i686/ChangeLog | 12 --------
community-i686/PKGBUILD | 30 --------------------
community-x86_64/ChangeLog | 12 --------
community-x86_64/PKGBUILD | 30 --------------------
6 files changed, 86 insertions(+), 84 deletions(-)
Deleted: community-i686/ChangeLog
===================================================================
--- community-i686/ChangeLog 2014-01-03 11:07:53 UTC (rev 103333)
+++ community-i686/ChangeLog 2014-01-03 11:08:04 UTC (rev 103334)
@@ -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 103333, plib/trunk/ChangeLog)
===================================================================
--- community-i686/ChangeLog (rev 0)
+++ community-i686/ChangeLog 2014-01-03 11:08:04 UTC (rev 103334)
@@ -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 2014-01-03 11:07:53 UTC (rev 103333)
+++ community-i686/PKGBUILD 2014-01-03 11:08:04 UTC (rev 103334)
@@ -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=4
-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' 'libxi' 'libxmu')
-source=(http://plib.sourceforge.net/dist/$pkgname-$pkgver.tar.gz)
-md5sums=('47a6fbf63668c1eed631024038b2ea90')
-sha1sums=('c2cf7e3e1e58f7b63dae4bb21e4fa82c3e4d4cfc')
-
-build() {
- cd ${srcdir}/$pkgname-$pkgver
-
- [ "$CARCH" = "x86_64" ] && export CXXFLAGS="$CXXFLAGS -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 103333, plib/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-03 11:08:04 UTC (rev 103334)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Eric Belanger <eric at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=plib
+pkgver=1.8.5
+pkgrel=4
+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' 'libxi' 'libxmu')
+source=(http://plib.sourceforge.net/dist/$pkgname-$pkgver.tar.gz)
+options=('staticlibs')
+md5sums=('47a6fbf63668c1eed631024038b2ea90')
+sha1sums=('c2cf7e3e1e58f7b63dae4bb21e4fa82c3e4d4cfc')
+
+build() {
+ cd ${srcdir}/$pkgname-$pkgver
+
+ [ "$CARCH" = "x86_64" ] && export CXXFLAGS="$CXXFLAGS -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 2014-01-03 11:07:53 UTC (rev 103333)
+++ community-x86_64/ChangeLog 2014-01-03 11:08:04 UTC (rev 103334)
@@ -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 103333, plib/trunk/ChangeLog)
===================================================================
--- community-x86_64/ChangeLog (rev 0)
+++ community-x86_64/ChangeLog 2014-01-03 11:08:04 UTC (rev 103334)
@@ -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 2014-01-03 11:07:53 UTC (rev 103333)
+++ community-x86_64/PKGBUILD 2014-01-03 11:08:04 UTC (rev 103334)
@@ -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=4
-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' 'libxi' 'libxmu')
-source=(http://plib.sourceforge.net/dist/$pkgname-$pkgver.tar.gz)
-md5sums=('47a6fbf63668c1eed631024038b2ea90')
-sha1sums=('c2cf7e3e1e58f7b63dae4bb21e4fa82c3e4d4cfc')
-
-build() {
- cd ${srcdir}/$pkgname-$pkgver
-
- [ "$CARCH" = "x86_64" ] && export CXXFLAGS="$CXXFLAGS -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 103333, plib/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2014-01-03 11:08:04 UTC (rev 103334)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Eric Belanger <eric at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=plib
+pkgver=1.8.5
+pkgrel=4
+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' 'libxi' 'libxmu')
+source=(http://plib.sourceforge.net/dist/$pkgname-$pkgver.tar.gz)
+options=('staticlibs')
+md5sums=('47a6fbf63668c1eed631024038b2ea90')
+sha1sums=('c2cf7e3e1e58f7b63dae4bb21e4fa82c3e4d4cfc')
+
+build() {
+ cd ${srcdir}/$pkgname-$pkgver
+
+ [ "$CARCH" = "x86_64" ] && export CXXFLAGS="$CXXFLAGS -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