summaryrefslogtreecommitdiff
path: root/community/plib
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/plib
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/plib')
-rw-r--r--community/plib/ChangeLog12
-rw-r--r--community/plib/PKGBUILD30
2 files changed, 0 insertions, 42 deletions
diff --git a/community/plib/ChangeLog b/community/plib/ChangeLog
deleted file mode 100644
index 552fd49e9..000000000
--- a/community/plib/ChangeLog
+++ /dev/null
@@ -1,12 +0,0 @@
-2008-10-04 Eric Belanger <eric@archlinux.org>
-
- * plib 1.8.5-1.1
- * Built with PIC for x86_64
-
-2008-03-20 Eric Belanger <eric@archlinux.org>
-
- * plib 1.8.5-1
- * Upstream update
- * Fixed license
- * Added makedepends
- * Added ChangeLog
diff --git a/community/plib/PKGBUILD b/community/plib/PKGBUILD
deleted file mode 100644
index daa847213..000000000
--- a/community/plib/PKGBUILD
+++ /dev/null
@@ -1,30 +0,0 @@
-# $Id: PKGBUILD 70925 2012-05-19 18:43:17Z spupykin $
-# Maintainer: Eric Belanger <eric@archlinux.org>
-# Contributor: Tom Newsom <Jeepster@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
-}