xorg-xf86-input-summa: updated to 1.2.0.

This commit is contained in:
Tilman Sauerbeck 2008-03-21 10:03:02 +01:00
parent c22c3b9439
commit 5bd1115f3d
3 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
b37a432fd87bb9f46d011622d6fce6b3 xf86-input-summa-1.1.0.tar.bz2
7e17468c0d90dcbbb6202a8242efff4b xf86-input-summa-1.2.0.tar.bz2

View File

@ -3,14 +3,14 @@
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
name=xorg-xf86-input-summa
version=1.1.0
version=1.2.0
release=1
source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-input-summa-$version.tar.bz2)
build() {
cd xf86-input-summa-$version
./configure --prefix=/usr
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install

View File

@ -10,7 +10,7 @@ source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-input-tek495
build() {
cd xf86-input-tek4957-$version
./configure --prefix=/usr
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install