[arch-commits] Commit in unzip/repos (extra-i686 extra-i686/PKGBUILD)
Giovanni Scafora
giovanni at archlinux.org
Thu Jun 11 00:47:20 UTC 2009
Date: Wednesday, June 10, 2009 @ 20:47:20
Author: giovanni
Revision: 42092
Merged revisions 356,42080,42084 via svnmerge from
svn+ssh://archlinux.org/srv/svn-packages/unzip/trunk
........
r356 | aaron | 2008-04-18 15:56:27 -0700 (ven, 18 apr 2008) | 1 line
Added svn:keywords to all PKGBUILDs
........
r42080 | douglas | 2009-06-10 03:02:19 -0700 (mer, 10 giu 2009) | 2 lines
upgpkg: unzip 6.0-1
Updated and fixed the large files support bug
........
r42084 | douglas | 2009-06-10 04:00:13 -0700 (mer, 10 giu 2009) | 2 lines
upgpkg: unzip 6.0-2
Fixed manpages and deps, thanks JGC
........
Modified:
unzip/repos/extra-i686/ (properties)
unzip/repos/extra-i686/PKGBUILD
----------+
PKGBUILD | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
Property changes on: unzip/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
- /unzip/trunk:1
+ /unzip/trunk:1-42091
Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2009-06-11 00:06:17 UTC (rev 42091)
+++ extra-i686/PKGBUILD 2009-06-11 00:47:20 UTC (rev 42092)
@@ -4,12 +4,12 @@
pkgname=unzip
pkgver=6.0
-pkgrel=1
+pkgrel=2
pkgdesc="Unpacks .zip archives such as those made by PKZIP"
arch=('i686' 'x86_64')
url="http://www.info-zip.org/"
license=('custom')
-depends=('glibc')
+depends=('bzip2' 'bash')
source=(http://downloads.sourceforge.net/infozip/unzip60.tar.gz)
build() {
@@ -29,6 +29,13 @@
install
install -Dm644 LICENSE $startdir/pkg/usr/share/licenses/unzip/LICENSE
+
+ # Fixing manpages
+ cd $pkgdir/usr
+ mkdir share
+ mv man share
+
+
}
md5sums=('62b490407489521db863b523a7f86375')
More information about the arch-commits
mailing list