mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
29 lines
675 B
Plaintext
29 lines
675 B
Plaintext
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
|
pkgname=xbitmaps
|
|
pkgver=1.1.2
|
|
pkgrel=0
|
|
pkgdesc="X.org header files with bitmaps"
|
|
url="http://xorg.freedesktop.org"
|
|
arch="noarch"
|
|
license="MIT"
|
|
options="!check" # No test suite.
|
|
depends="util-macros"
|
|
makedepends=
|
|
source="http://www.x.org/releases/individual/data/$pkgname-$pkgver.tar.bz2"
|
|
|
|
build() {
|
|
cd "$builddir"
|
|
./configure \
|
|
--build=$CBUILD \
|
|
--host=$CHOST \
|
|
--prefix=/usr
|
|
make
|
|
}
|
|
|
|
package() {
|
|
cd "$builddir"
|
|
make DESTDIR="$pkgdir" install
|
|
}
|
|
|
|
sha512sums="eed5e2fce9fc6c532984e6ed1262e440591e311ca6c61a7fe7a5c877df84bfc2d7aff388fb9c894fc098785b8e5352f0bd7c918252247a040cf123874847450d xbitmaps-1.1.2.tar.bz2"
|