diff options
author | James Meyer <james.meyer@operamail.com> | 2010-11-11 15:19:51 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-11-11 15:19:51 (GMT) |
commit | 7938c8e91741003d9b87347311f36c6c9cc24dea (patch) | |
tree | c9fa2dff543f1377f0053bf7c94ee490261dd039 /abs/core/recordproto | |
parent | 7effbc65b427f6590dd9112b1fa08b7a1c9628b4 (diff) | |
download | linhes_pkgbuild-7938c8e91741003d9b87347311f36c6c9cc24dea.zip linhes_pkgbuild-7938c8e91741003d9b87347311f36c6c9cc24dea.tar.gz linhes_pkgbuild-7938c8e91741003d9b87347311f36c6c9cc24dea.tar.bz2 |
removed a bunch of duplicates
postgresql
samba
cups
libmng
xorg-utils-macro
java
Diffstat (limited to 'abs/core/recordproto')
-rw-r--r-- | abs/core/recordproto/PKGBUILD | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/abs/core/recordproto/PKGBUILD b/abs/core/recordproto/PKGBUILD deleted file mode 100644 index c71b2de..0000000 --- a/abs/core/recordproto/PKGBUILD +++ /dev/null @@ -1,19 +0,0 @@ -# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $ -#Maintainer: Jan de Groot <jgc@archlinux.org> - -pkgname=recordproto -pkgver=1.13.2 -pkgrel=1 -pkgdesc="X11 Record extension wire protocol" -arch=(i686 x86_64) -url="http://xorg.freedesktop.org/" -source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2) -md5sums=('0ed4706564a34fc2aff724aa16d3ff00') -sha1sums=('833ef2bc4b084281f85eeba5d4ba03441bd3a534') - -build() { - cd ${startdir}/src/${pkgname}-${pkgver} - ./configure --prefix=/usr - make || return 1 - make DESTDIR=${startdir}/pkg install || return 1 -} |