New package: pax-20140703
This commit is contained in:
parent
ba96c49050
commit
ba4561e79f
1 changed files with 31 additions and 0 deletions
31
srcpkgs/pax/template
Normal file
31
srcpkgs/pax/template
Normal file
|
@ -0,0 +1,31 @@
|
||||||
|
# Template file for 'pax'
|
||||||
|
pkgname=pax
|
||||||
|
version=20140703
|
||||||
|
revision=1
|
||||||
|
wrksrc=paxmirabilis-${version}/${pkgname}
|
||||||
|
hostmakedepends="cpio bmake"
|
||||||
|
short_desc="pax archiver from MirOS (plus tar and cpio)"
|
||||||
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
|
license="BSD"
|
||||||
|
homepage="https://www.mirbsd.org/MirOS/dist/mir/cpio/"
|
||||||
|
distfiles="https://www.mirbsd.org/MirOS/dist/mir/cpio/paxmirabilis-${version}.cpio.gz"
|
||||||
|
checksum=f464f143f81ff95097eb76e8e7bd9007a3101cbe481a89b09e69bf00e7c95fed
|
||||||
|
|
||||||
|
do_extract() {
|
||||||
|
cd ..
|
||||||
|
zcat ${XBPS_SRCDISTDIR}/${pkgname}-${version}/paxmirabilis-${version}.cpio.gz | cpio -mid
|
||||||
|
}
|
||||||
|
|
||||||
|
do_build() {
|
||||||
|
bmake ${makejobs} MACHINE_OS=Linux \
|
||||||
|
CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||||
|
}
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vbin pax
|
||||||
|
ln -s pax ${DESTDIR}/usr/bin/paxtar
|
||||||
|
ln -s pax ${DESTDIR}/usr/bin/paxcpio
|
||||||
|
vman pax.1
|
||||||
|
vman tar.1 paxtar.1
|
||||||
|
vman cpio.1 paxcpio.1
|
||||||
|
}
|
Loading…
Reference in a new issue