diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-12-25 06:16:32 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-12-25 06:16:32 -0600 |
commit | 754b3fc000a30529e63362a7b4921bf697468232 (patch) | |
tree | 0f72607e29a7e741e06127df2507482e5a33e32d /user/chrpath/APKBUILD | |
parent | 5fa1a959ce020d9e72d9232fe9205b274cac086d (diff) | |
download | packages-754b3fc000a30529e63362a7b4921bf697468232.tar.gz packages-754b3fc000a30529e63362a7b4921bf697468232.tar.bz2 packages-754b3fc000a30529e63362a7b4921bf697468232.tar.xz packages-754b3fc000a30529e63362a7b4921bf697468232.zip |
user/*: Fix metadata
Diffstat (limited to 'user/chrpath/APKBUILD')
-rw-r--r-- | user/chrpath/APKBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/user/chrpath/APKBUILD b/user/chrpath/APKBUILD index 9eed07b26..7bdb44c39 100644 --- a/user/chrpath/APKBUILD +++ b/user/chrpath/APKBUILD @@ -6,11 +6,12 @@ pkgdesc="Modify rpath of compiled programs" url="https://github.com/jwilk-mirrors/chrpath" arch="all" license="GPL-2.0-only" +depends="" +makedepends="" subpackages="$pkgname-doc" source="https://alioth-archive.debian.org/releases/chrpath/chrpath/0.16/chrpath-0.16.tar.gz" build() { - cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -23,12 +24,10 @@ build() { } check() { - cd "$builddir" make check } package() { - cd "$builddir" make DESTDIR="$pkgdir" docdir=/usr/share/doc/$pkgname-$pkgver \ install } |