summaryrefslogtreecommitdiffstats
path: root/xorg-xf86-input-aiptek/Pkgfile
blob: 71f2955f0faa4bd3c07853669f810026721283dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
description="xorg driver xf86-input-aiptek"
packager=""
maintainer="Tilman Sauerbeck, tilman at crux dot nu"
url="http://xorg.freedesktop.org"
depends=()

name=xorg-xf86-input-aiptek
version=1.3.1
release=1
source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-input-aiptek-1.3.1.tar.bz2)
build () 
{ 
    cd xf86-input-aiptek-$version;
    ./configure --prefix=/usr --mandir=$mandir;
    make;
    make DESTDIR=$PKG install
}