mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/Archive-Zip: Updated for version 1.23
This commit is contained in:
parent
25d87439b4
commit
038a8289f9
3 changed files with 8 additions and 2 deletions
|
@ -37,8 +37,13 @@ DOCS="LICENSE README"
|
|||
|
||||
if [ "$ARCH" = "i486" ]; then
|
||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "x86_64" ]; then
|
||||
SLKCFLAGS="-O2 -fPIC"
|
||||
LIBDIRSUFFIX="64"
|
||||
fi
|
||||
|
||||
rm -rf $PKG
|
||||
|
@ -77,4 +82,4 @@ mkdir -p $PKG/install
|
|||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
|
||||
cd $PKG
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
||||
|
|
|
@ -2,7 +2,9 @@ PRGNAM="Archive-Zip"
|
|||
VERSION="1.23"
|
||||
HOMEPAGE="http://search.cpan.org/~adamk/Archive-Zip-1.23/"
|
||||
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Archive-Zip-1.23.tar.gz"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM="7ffcbdc1b603307235fb8d42084cb84d"
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="David Somero"
|
||||
EMAIL="dsomero@hotmail.com"
|
||||
APPROVED="Erik Hanson"
|
||||
|
|
|
@ -15,4 +15,3 @@ existing directories, files, or strings.
|
|||
This module uses the Compress::Zlib library to read and write the
|
||||
compressed streams inside the files.
|
||||
|
||||
Requires Compress-Zlib also available at SlackBuilds.org
|
||||
|
|
Loading…
Reference in a new issue