CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
unzip: cleaned up
authorJose V Beneyto <sepen@crux.nu>
Thu, 10 Dec 2009 16:56:27 +0000 (17:56 +0100)
committerJose V Beneyto <sepen@crux.nu>
Thu, 10 Dec 2009 18:04:16 +0000 (19:04 +0100)
unzip/Pkgfile

index cd0adb148b9636297a24cb736eb911a0c993d2ea..5b2ecf91e2cd6ad27abd8d22b9472da5274e1cbc 100644 (file)
@@ -1,7 +1,7 @@
 # Description: Decompress utility for zipfiles
 # URL: http://infozip.sourceforge.net/UnZip.html
 # Maintainer: CRUX System Team, core-ports at crux dot nu
-# Ach Maintainer: CRUX ARM System Team
+# Ach Maintainer: CRUX ARM System Team. crux-arm at mikeux dot dyndns dot org
 # Depends on:
 
 name=unzip
@@ -11,6 +11,7 @@ source=(http://dl.sourceforge.net/sourceforge/infozip/${name}${version//./}.tar.
 
 build() {
   cd ${name}${version//./}
+
   sed -e "s|gcc |$CC |g" \
       -e "s|AS=.*|AS=$CC|g" \
       -e "s|LD=.*|LD=$CC|g" \
@@ -18,5 +19,6 @@ build() {
 
   make -f unix/Makefile LOCAL_UNZIP="$CFLAGS" prefix=/usr linux
   make -f unix/Makefile prefix=$PKG/usr install
+
   ln -sf unzip $PKG/usr/bin/zipinfo
 }