2018-06-09 00:06:58 +02:00
|
|
|
|
# Tanım: Dosyaları çeşitli biçimlerde arşivlere ve arşivlerden kopyalar.
|
|
|
|
|
# URL: http://downloads.sourceforge.net/heirloom
|
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler:
|
2018-07-31 08:18:49 +02:00
|
|
|
|
# Grup: sistem
|
2018-06-09 00:06:58 +02:00
|
|
|
|
|
|
|
|
|
isim=pax
|
|
|
|
|
surum=070715
|
|
|
|
|
devir=1
|
|
|
|
|
kaynak=(http://downloads.sourceforge.net/heirloom/heirloom-070715.tar.bz2)
|
|
|
|
|
|
|
|
|
|
derle() {
|
|
|
|
|
|
|
|
|
|
cd heirloom-$surum
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|