star: add pax alternative.
This commit is contained in:
parent
d798c1c3a8
commit
801822de5b
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'schilytools'
|
# Template file for 'schilytools'
|
||||||
pkgname=schilytools
|
pkgname=schilytools
|
||||||
version=2018.01.10
|
version=2018.01.10
|
||||||
revision=1
|
revision=2
|
||||||
short_desc="Schily's portable tools"
|
short_desc="Schily's portable tools"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="CDDL-1.0"
|
license="CDDL-1.0"
|
||||||
|
@ -55,6 +55,10 @@ smake_package() {
|
||||||
star_package() {
|
star_package() {
|
||||||
short_desc+=" - star"
|
short_desc+=" - star"
|
||||||
conf_files="/etc/default/star"
|
conf_files="/etc/default/star"
|
||||||
|
alternatives="
|
||||||
|
pax:pax:/usr/bin/spax
|
||||||
|
pax:pax.1:/usr/share/man/man1/spax.1
|
||||||
|
"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
make install -C star DESTDIR="$PKGDESTDIR" INS_BASE=/usr SYMLINKS='suntar scpio spax'
|
make install -C star DESTDIR="$PKGDESTDIR" INS_BASE=/usr SYMLINKS='suntar scpio spax'
|
||||||
rm -f ${PKGDESTDIR}/usr/share/man/man1/gnutar.1
|
rm -f ${PKGDESTDIR}/usr/share/man/man1/gnutar.1
|
||||||
|
|
Loading…
Reference in New Issue