From 74df040227d93c054890648b10926c3037c2b4af Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Tue, 26 Jun 2018 02:02:24 -0500 Subject: {user => system}/heirloom-pax --- system/heirloom-pax/APKBUILD | 32 ++++++++++++++++++++++++++++++++ user/heirloom-pax/APKBUILD | 32 -------------------------------- 2 files changed, 32 insertions(+), 32 deletions(-) create mode 100644 system/heirloom-pax/APKBUILD delete mode 100644 user/heirloom-pax/APKBUILD diff --git a/system/heirloom-pax/APKBUILD b/system/heirloom-pax/APKBUILD new file mode 100644 index 000000000..3ccb03460 --- /dev/null +++ b/system/heirloom-pax/APKBUILD @@ -0,0 +1,32 @@ +# Contributor: A. Wilcox +# Maintainer: A. Wilcox +pkgname=heirloom-pax +pkgver=1.0 +pkgrel=0 +pkgdesc="Portable Archive eXchange, the POSIX archival tool" +url="http://heirloom.sourceforge.net/" +arch="all" +options="!check" # No test suite. +license="Zlib" +depends="!libarchive<3.3.2-r3" +replaces="pax" +makedepends="bsd-compat-headers bzip2-dev zlib-dev" +subpackages="$pkgname-doc" +source="https://distfiles.adelielinux.org/source/${pkgname}-$pkgver.tar.xz" + +build() { + cd "$builddir" + make LD="gcc" +} + +package() { + cd "$builddir" + + mkdir -p "$pkgdir"/usr/bin + mkdir -p "$pkgdir"/usr/5bin + mkdir -p "$pkgdir"/usr/share/man/man1 + make install ROOT="$pkgdir" + rm -r "$pkgdir"/usr/5bin # we don't need 1992 spec pax +} + +sha512sums="7b0ad20cc51b5bcec9c07e84c603e4891f636944f6f6bd13d3decb0e9d6b23d6164b663468ee2293b37721aae20334774f4e56fd8541ffceee934050e819b642 heirloom-pax-1.0.tar.xz" diff --git a/user/heirloom-pax/APKBUILD b/user/heirloom-pax/APKBUILD deleted file mode 100644 index 3ccb03460..000000000 --- a/user/heirloom-pax/APKBUILD +++ /dev/null @@ -1,32 +0,0 @@ -# Contributor: A. Wilcox -# Maintainer: A. Wilcox -pkgname=heirloom-pax -pkgver=1.0 -pkgrel=0 -pkgdesc="Portable Archive eXchange, the POSIX archival tool" -url="http://heirloom.sourceforge.net/" -arch="all" -options="!check" # No test suite. -license="Zlib" -depends="!libarchive<3.3.2-r3" -replaces="pax" -makedepends="bsd-compat-headers bzip2-dev zlib-dev" -subpackages="$pkgname-doc" -source="https://distfiles.adelielinux.org/source/${pkgname}-$pkgver.tar.xz" - -build() { - cd "$builddir" - make LD="gcc" -} - -package() { - cd "$builddir" - - mkdir -p "$pkgdir"/usr/bin - mkdir -p "$pkgdir"/usr/5bin - mkdir -p "$pkgdir"/usr/share/man/man1 - make install ROOT="$pkgdir" - rm -r "$pkgdir"/usr/5bin # we don't need 1992 spec pax -} - -sha512sums="7b0ad20cc51b5bcec9c07e84c603e4891f636944f6f6bd13d3decb0e9d6b23d6164b663468ee2293b37721aae20334774f4e56fd8541ffceee934050e819b642 heirloom-pax-1.0.tar.xz" -- cgit v1.2.3-60-g2f50