2016-02-24 01:27:23 +01:00
|
|
|
# Description: Library to identify Wacom tablets and their features
|
|
|
|
# URL: http://linuxwacom.sourceforge.net/
|
2016-07-26 01:11:34 +02:00
|
|
|
# Packager: alihan-ozturk28@hotmail.com
|
2016-02-24 01:27:23 +01:00
|
|
|
# Depends on: glib libgudev
|
|
|
|
|
|
|
|
name=libwacom
|
2016-07-26 01:11:34 +02:00
|
|
|
version=0.21
|
2016-02-24 01:27:23 +01:00
|
|
|
release=1
|
|
|
|
|
|
|
|
source=(http://sourceforge.net/projects/linuxwacom/files/libwacom/libwacom-$version.tar.bz2)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
|
|
|
./configure --prefix=/usr --disable-static
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|