diff options
author | James Meyer <james.meyer@operamail.com> | 2010-10-23 18:17:40 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-10-23 18:19:39 (GMT) |
commit | adbcf19958300e9b6598990184c8815b945ba0ee (patch) | |
tree | f4283c850ac0ac202c17e78a637ee7ca8147621b /abs/core-testing/unzip/PKGBUILD | |
parent | 61a68250df10d29b624650948484898334ff22d0 (diff) | |
download | linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.zip linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.gz linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.bz2 |
Removed old core and extra from repo. Renamed -testing to core/extra. This will setup the base for the testing branch.
Diffstat (limited to 'abs/core-testing/unzip/PKGBUILD')
-rw-r--r-- | abs/core-testing/unzip/PKGBUILD | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/abs/core-testing/unzip/PKGBUILD b/abs/core-testing/unzip/PKGBUILD deleted file mode 100644 index 730beb9..0000000 --- a/abs/core-testing/unzip/PKGBUILD +++ /dev/null @@ -1,32 +0,0 @@ -# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $ -# Maintainer: Dan McGee <dan@archlinux.org> - -pkgname=unzip -pkgver=6.00 -_pkgver=60 -pkgrel=1 -pkgdesc="Unpacks .zip archives such as those made by PKZIP" -arch=('i686' 'x86_64') -url="http://www.info-zip.org/" -license=('custom') -depends=('glibc') -source=(http://downloads.sourceforge.net/infozip/${pkgname}${_pkgver}.tar.gz) - -build() { - cd $startdir/src/${pkgname}${_pkgver} - - export CFLAGS="$CFLAGS -D_FILE_OFFSET_BITS=64" - if [ "${CARCH}" = "i686" ]; then - make -f unix/Makefile LOCAL_UNZIP="$CFLAGS" prefix=/usr linux || return 1 - else - make -f unix/Makefile LOCAL_UNZIP="$CFLAGS" prefix=/usr linux_noasm || return 1 - fi - make -f unix/Makefile prefix=$startdir/pkg/usr install - - install -Dm644 LICENSE $startdir/pkg/usr/share/licenses/unzip/LICENSE -} -md5sums=('62b490407489521db863b523a7f86375' - '2de357c2ba84576f38b17aed87915c87' - 'a4797a1f6e45385f5e021f9f6f2ec0fa' - '83c7e79de9618bf7d081dd639dd3dde1') -md5sums=('62b490407489521db863b523a7f86375') |