Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/utils
In directory vz-cvs-3.sog:/tmp/cvs-serv9247

Added Files:
        unace.info unzix.info 
Log Message:
Move to stable.


--- NEW FILE: unzix.info ---
Package: unzix
Version: 0.3.0
Revision: 1
Description: WinZix archive extractor
DescDetail: <<
        unzix is a small command-line program for extracting files from the new
        WinZix archive format. Pass the file to be extracted as an argument to
        unzix.
<<
Maintainer: Daniel Johnson <[email protected]>
License: BSD
Homepage: http://banu.com/unzix/

Source: http://banu.com/pub/unzix/0.3/%n-%v.tar.gz
Source-MD5: c9ee8172ecefe9fa578cdee780535296

BuildDepends: <<
        asciidoc-a2x,
        docbook-dtd,
        docbook-xsl,
        endian-dev
<<

NoSetCPPFLAGS: true
SetCPPFLAGS: -I%p/lib/endian-dev
NoSetLDFLAGS: true

ConfigureParams: --disable-dependency-tracking ZLIB_CFLAGS=' ' ZLIB_LIBS=-lz

InstallScript: make install DESTDIR=%d

DocFiles: AUTHORS LICENSE NEWS README

--- NEW FILE: unace.info ---
Package: unace
Version: 1.2b
Revision: 1
Description: Extract, test and view .ace archives
DescDetail: <<
This is an old version of unace that has been relicensed to GPL. New
versions may get relicensed as well but upstream does not promise to
do so for now.
<<
DescPackaging: Patches taken from Debian package.
Maintainer: Daniel Johnson <[email protected]>
License: GPL2+
Homepage: http://packages.debian.org/source/sid/unace

Source: mirror:debian:pool/main/u/%n/%n_%v.orig.tar.gz
Source-MD5: 51360df61997db28787b60ea7321d83f
SourceDirectory: %n%v
Source2: mirror:debian:pool/main/u/%n/%n_%v-7.diff.gz
Source2-MD5: 9cd1e411ed0e77d024ff78585079a5a5

PatchScript: <<
        gunzip ../%n_%v-7.diff.gz
        patch -p1 <../%n_%v-7.diff
        patch -p1 <debian/patches/001_cpp_define.patch
        patch -p1 <debian/patches/002_fix_warnings.patch
        patch -p1 <debian/patches/003_security.patch
        patch -p1 <debian/patches/004_64_bit_clean.patch
<<

NoSetCPPFLAGS: true
NoSetLDFLAGS: true

CompileScript: <<
        #!/bin/bash -ev
        cp unix/* .
        if [ "%m" = "powerpc" ]; then
                make dep CFLAGS="-Os -Wall -DHI_LO_BYTE_ORDER"
                make CFLAGS="-Os -Wall -DHI_LO_BYTE_ORDER"
        else
                make dep CFLAGS="-Os -Wall -DLO_HI_BYTE_ORDER"
                make CFLAGS="-Os -Wall -DLO_HI_BYTE_ORDER"
        fi
<<

InstallScript: <<
        install -d %i/bin
        install -d %i/share/man/man1
        
        install -m 0755 unace %i/bin
        install -m 0644 debian/unace.1 %i/share/man/man1
<<

DocFiles: changes.log COPYING readme debian/README.Debian debian/changelog


------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to