community/libxp: modernize

This commit is contained in:
Leo 2020-02-24 20:41:16 -03:00
parent 6ecd6e2701
commit 471eb963ee

View File

@ -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
}