xorg/xorg-cf-files/Pkgfile

19 lines
385 B
Plaintext
Raw Normal View History

2006-04-07 18:48:00 +02:00
# Description: xorg configuration files
# URL: http://xorg.freedesktop.org
2012-07-14 10:21:15 +02:00
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
2012-07-15 17:18:38 +02:00
# Depends on: xorg-util-macros
2006-04-07 18:48:00 +02:00
name=xorg-cf-files
2015-12-22 16:46:30 +01:00
version=1.0.6
2006-05-19 20:45:37 +02:00
release=1
2006-04-12 23:31:18 +02:00
source=(http://xorg.freedesktop.org/releases/individual/util/$name-$version.tar.bz2)
2006-04-07 18:48:00 +02:00
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}