xorg/xorg-xf86-input-citron/Pkgfile
2007-09-10 18:10:07 +02:00

18 lines
410 B
Plaintext

# Description: xorg driver xf86-input-citron
# URL: http://xorg.freedesktop.org
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
name=xorg-xf86-input-citron
version=2.2.1
release=1
source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-input-citron-$version.tar.bz2)
build() {
cd xf86-input-citron-$version
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
}