xorg/xorg-libxkbfile/Pkgfile

19 lines
376 B
Plaintext
Raw Normal View History

2006-04-07 18:48:00 +02:00
# Description: xorg lib libxkbfile
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: xorg-libx11
2006-04-07 18:48:00 +02:00
name=xorg-libxkbfile
2019-03-17 14:36:24 +01:00
version=1.1.0
2006-04-07 18:48:00 +02:00
release=1
source=(https://www.x.org/releases/individual/lib/libxkbfile-$version.tar.bz2)
2006-04-07 18:48:00 +02:00
build() {
cd libxkbfile-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}