the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: xar
Version: 1.5.2
Revision: 1
Source: http://xar.googlecode.com/files/%n-%v.tar.gz
Source-MD5: 8eabb055d3387b8edc30ecfb08d2e80d
BuildDepends: libxml2, bzip2-dev, libiconv-dev, system-openssl-dev
Depends: lib%N1-shlibs (= %v-%r), libxml2-shlibs, bzip2-shlibs, libiconv
SetCPPFLAGS: -I%p/lib/system-openssl/include
SetLDFLAGS: -L%p/lib/system-openssl/lib
CompileScript: <<
#!/bin/sh -ev
./configure %c
make
PATH=%b/src:$PATH
cd test
./attr || echo "./attr failure due to missing setfattr expected"
./checksums || echo "./checksums failure is known to happen"
./compression
./data
./hardlink
./heap
<<
InstallScript: <<
make install BINDIR="%i/bin" DATADIR="%i/share" LIBDIR="%i/lib" INCLUDEDIR="%i/include" MANDIR="%i/share/man"
<<
DocFiles: LICENSE TODO
SplitOff: <<
Package: libxar1-shlibs
Depends: libxml2-shlibs, bzip2-shlibs, libiconv
Replaces: %N (<< 1.4-3)
Files: lib/libxar.*.dylib
Shlibs: %p/lib/libxar.1.dylib 1.0.0 %n (>= 1.4-3)
DocFiles: LICENSE TODO
<<
SplitOff2: <<
Package: libxar1-dev
Depends: lib%N1-shlibs (= %v-%r)
Replaces: %N (<< 1.4-3)
BuildDependsOnly: true
Files: include lib
DocFiles: LICENSE TODO
<<
License: BSD
Description: The eXtensible ARchiver
DescDetail: <<
xar is an archiver meant to handle the archival tasks of the 21st
century. It handles Extended Attributes, ACLs, Resource Forks, can
extract archives to match up the usernames/groupnames of files it
has archived (as opposed to just matching up uids/gids), and can
make you coffee.
<<
DescPackaging: <<
The build creates two shared libs--one with install_name in %p
the other in %b. It also creates two runtime binaries--one linked
against each shared lib. Doesn't use libtool, so need to be able
to test-run everything during building.
Manually run the tests, but don't abort for the known fails.
<<
Maintainer: None
Homepage: http://xar.googlecode.com