aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-02-24 20:41:16 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-02-24 23:34:48 -0300
commit471eb963eec61e6b17d40c1d4faac99b7c855708 (patch)
tree766b18be8cea880bf4415aff61745509679a3223
parent6ecd6e270170ce070414a5f11ea1f48ab64a97cf (diff)
community/libxp: modernize
-rw-r--r--community/libxp/APKBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/community/libxp/APKBUILD b/community/libxp/APKBUILD
index 0fef12aa8cc..6f8a46aef62 100644
--- a/community/libxp/APKBUILD
+++ b/community/libxp/APKBUILD
@@ -11,10 +11,9 @@ license="MIT"
makedepends="libx11-dev libxext-dev libxau-dev xorgproto"
subpackages="$pkgname-dev $pkgname-doc"
source="https://www.x.org/releases/individual/lib/libXp-$pkgver.tar.bz2"
-
builddir="$srcdir"/libXp-$pkgver
+
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -28,7 +27,6 @@ build() {
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}