x11/xsetmode: new aport

set the mode for an X Input device
This commit is contained in:
Natanael Copa 2009-04-10 17:58:41 +00:00
parent 447227f909
commit c49ca5158f

20
x11/xsetmode/APKBUILD Normal file
View File

@ -0,0 +1,20 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xsetmode
pkgver=1.0.0
pkgrel=0
pkgdesc="set the mode for an X Input device"
url="http://xorg.freedesktop.org/"
license="custom"
subpackages="$pkgname-doc"
depends="libxi libx11 uclibc"
makedepends="pkgconfig libxi-dev libx11-dev"
source="http://xorg.freedesktop.org/releases/individual/app/$pkgname-$pkgver.tar.bz2"
build ()
{
cd "$srcdir"/$pkgname-$pkgver
./configure --prefix=/usr --mandir=/usr/share/man || return 1
make || return 1
make DESTDIR="$pkgdir" install || return 1
}
md5sums="d074e79d380b031d2f60e4cd56538c93 xsetmode-1.0.0.tar.bz2"