16 lines
336 B
Plaintext
16 lines
336 B
Plaintext
# Description: Bitmaps for X
|
|
# URL: http://xorg.freedesktop.org
|
|
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
|
|
|
|
name=xorg-xbitmaps
|
|
version=1.1.3
|
|
release=1
|
|
source=(https://www.x.org/releases/individual/data/xbitmaps-$version.tar.xz)
|
|
|
|
build() {
|
|
cd xbitmaps-$version
|
|
./configure --prefix=/usr
|
|
make
|
|
make DESTDIR=$PKG install
|
|
}
|