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