summaryrefslogtreecommitdiff
path: root/libre/unzip-libre/SRCBUILD
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-01-14 17:33:46 -0200
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-01-14 17:33:46 -0200
commit16cd4e86a10dfd9728f2bed0650b1650e3676742 (patch)
tree3deb3fa0984b5a59287961cb5d4cb6e031e89769 /libre/unzip-libre/SRCBUILD
parentc48de4b1511c7ec182dbd3b187257f51b8729843 (diff)
unzip-libre-6.0-6: updating revision
Diffstat (limited to 'libre/unzip-libre/SRCBUILD')
-rw-r--r--libre/unzip-libre/SRCBUILD33
1 files changed, 0 insertions, 33 deletions
diff --git a/libre/unzip-libre/SRCBUILD b/libre/unzip-libre/SRCBUILD
deleted file mode 100644
index a9ada936b..000000000
--- a/libre/unzip-libre/SRCBUILD
+++ /dev/null
@@ -1,33 +0,0 @@
-# $Id: PKGBUILD 70615 2010-02-27 15:46:11Z thayer $
-# Maintainer: Thayer Williams <thayer@archlinux.org>
-# Contributor: Douglas Soares de Andrade <douglas@archlinux.org>
-# Contributor: Robson Peixoto
-
-_pkgname=unzip
-pkgname=unzip-libre
-pkgver=6.0
-pkgrel=5
-pkgdesc="Unpacks .zip archives such as those made by PKZIP"
-arch=('any')
-url="http://www.info-zip.org/"
-license=('custom')
-depends=('bzip2' 'bash')
-source=('http://downloads.sourceforge.net/infozip/unzip60.tar.gz'
-# from http://bzr.trisquel.info/package-helpers/trunk/annotate/head%3A/helpers/natty/DATA/unzip/match.patch
- 'match.patch')
-md5sums=('62b490407489521db863b523a7f86375'
- 'e6d9f0c204c2abe6a57dc5e1637d5140')
-
-build() {
- cd ${srcdir}/${_pkgname}${pkgver/./}
-
- patch -Np0 -i ${srcdir}/match.patch
-}
-
-package() {
- export PKGEXT=.src.tar.xz
- export PKGDEST=${SRCDEST}
-
- mv ${srcdir}/${_pkgname}${pkgver/./} ${pkgdir}/
-
-}