aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-06-07 15:43:15 -0300
committerNatanael Copa <ncopa@alpinelinux.org>2019-06-19 07:26:45 +0000
commit2ecacf8f32c2af5443f13fc677b16156115d5d8d (patch)
tree51e3ede6454a1187244b3fe5be408a2d272f7236
parentbe286d03a2bd914d8fdb447367cc4a558f726e94 (diff)
downloadalpine_aports-2ecacf8f32c2af5443f13fc677b16156115d5d8d.tar.bz2
alpine_aports-2ecacf8f32c2af5443f13fc677b16156115d5d8d.tar.xz
alpine_aports-2ecacf8f32c2af5443f13fc677b16156115d5d8d.zip
community/jwm: rebuild for community
-rw-r--r--community/jwm/APKBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/community/jwm/APKBUILD b/community/jwm/APKBUILD
index 2f25064ebf..ec09597760 100644
--- a/community/jwm/APKBUILD
+++ b/community/jwm/APKBUILD
@@ -3,7 +3,7 @@
3# Maintainer: Jeff Pohlmeyer <yetanothergeek@gmail.com> 3# Maintainer: Jeff Pohlmeyer <yetanothergeek@gmail.com>
4pkgname=jwm 4pkgname=jwm
5pkgver=2.3.7 5pkgver=2.3.7
6pkgrel=0 6pkgrel=1
7pkgdesc="A lightweight window manager for the X11 Window System" 7pkgdesc="A lightweight window manager for the X11 Window System"
8options="!check" # No testsuite 8options="!check" # No testsuite
9url="http://joewing.net/projects/jwm/" 9url="http://joewing.net/projects/jwm/"
@@ -15,7 +15,6 @@ subpackages="$pkgname-doc $pkgname-lang"
15source="http://joewing.net/projects/$pkgname/releases/$pkgname-$pkgver.tar.xz" 15source="http://joewing.net/projects/$pkgname/releases/$pkgname-$pkgver.tar.xz"
16 16
17build() { 17build() {
18 cd "$builddir"
19 ./configure \ 18 ./configure \
20 --build=$CBUILD \ 19 --build=$CBUILD \
21 --host=$CHOST \ 20 --host=$CHOST \
@@ -26,7 +25,6 @@ build() {
26} 25}
27 26
28package() { 27package() {
29 cd "$builddir"
30 make DESTDIR="$pkgdir" install 28 make DESTDIR="$pkgdir" install
31} 29}
32 30