mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 12:01:41 +02:00
community/xbitmaps: modernize
This commit is contained in:
parent
905aae63c4
commit
722d39006f
@ -8,10 +8,9 @@ arch="noarch"
|
||||
license="MIT"
|
||||
options="!check" # No test suite.
|
||||
depends="util-macros"
|
||||
source="https://www.x.org/releases/individual/data/$pkgname-$pkgver.tar.bz2"
|
||||
source="https://www.x.org/releases/individual/data/xbitmaps-$pkgver.tar.bz2"
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
./configure \
|
||||
--build=$CBUILD \
|
||||
--host=$CHOST \
|
||||
@ -20,7 +19,6 @@ build() {
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
make DESTDIR="$pkgdir" install
|
||||
|
||||
mkdir -p "$pkgdir"/usr/lib
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user