milis/talimatname/genel/pax/talimat

33 lines
812 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Dosyaları çeşitli biçimlerde arşivlere ve arşivlerden kopyalar.
# URL: http://downloads.sourceforge.net/heirloom
# Packager: milisarge
# Depends on:
name=pax
version=070715
release=1
source=(http://downloads.sourceforge.net/heirloom/heirloom-070715.tar.bz2)
build() {
cd heirloom-$version
sed -i build/mk.config \
-e '/LIBZ/s@ -Wl[^ ]*@@g' \
-e '/LIBBZ2/{s@^#@@;s@ -Wl[^ ]*@@g}' \
-e '/BZLIB/s@0@1@'
make makefiles
make -C libcommon
make -C libuxre
make -C cpio
install -v -dm 755 $PKG/usr/bin
install -v -dm 755 $PKG/usr/share/man/man1
install -v -m755 cpio/pax_su3 $PKG/usr/bin/pax
install -v -m644 cpio/pax.1 $PKG/usr/share/man/man1
}