mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
community/libxp: modernize
This commit is contained in:
parent
6ecd6e2701
commit
471eb963ee
@ -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
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user