diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-02-24 19:07:15 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-24 23:47:47 -0300 |
commit | a2c1df92143e9eeb66718a64b553e81b9bffb043 (patch) | |
tree | 38749466d1eeb5d254fbf1c08a2e954e8d222417 /community/xset | |
parent | 000205e25075e0b18089116ace98d1d6361853bb (diff) | |
download | aports-a2c1df92143e9eeb66718a64b553e81b9bffb043.tar.bz2 aports-a2c1df92143e9eeb66718a64b553e81b9bffb043.tar.xz |
community/xset: modernize
Diffstat (limited to 'community/xset')
-rw-r--r-- | community/xset/APKBUILD | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/community/xset/APKBUILD b/community/xset/APKBUILD index 68bcbef773..6ae1cba4a3 100644 --- a/community/xset/APKBUILD +++ b/community/xset/APKBUILD @@ -8,12 +8,10 @@ url="http://xorg.freedesktop.org" arch="all" license="MIT" subpackages="$pkgname-doc" -depends="" makedepends="libxmu-dev libx11-dev libxext-dev util-macros" -source="https://www.x.org/releases/individual/app/$pkgname-$pkgver.tar.bz2" +source="https://www.x.org/releases/individual/app/xset-$pkgver.tar.bz2" build() { - cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -29,7 +27,6 @@ check() { } package() { - cd "$builddir" make DESTDIR="$pkgdir" install } |