Added xf86-input-jamstudio-1.2.0 template.
--HG-- extra : convert_revision : c61fbb3d734637bb136b2b0b7d7f879966e07f63
This commit is contained in:
parent
32a4852fc9
commit
e18f09adc5
21
templates/xf86-input-jamstudio/template
Normal file
21
templates/xf86-input-jamstudio/template
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Template build file for 'xf86-input-jamstudio'.
|
||||
pkgname=xf86-input-jamstudio
|
||||
version=1.2.0
|
||||
distfiles="${XORG_SITE}/driver/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
short_desc="Xorg jamstudio input driver"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=c5bbade96f1849b45f665a54e08ac8f9d5a94d31a8a680edc4d3c9361d164ac0
|
||||
long_desc="
|
||||
This is the jamstudio input driver for the Xorg X11 server."
|
||||
|
||||
Add_dependency full glibc
|
||||
Add_dependency full xorg-server
|
||||
|
||||
pre_build()
|
||||
{
|
||||
# Build fix for xorg-server >= 1.6.0
|
||||
sed -i -e "s|xf86Version.h|xorgVersion.h|g" \
|
||||
-e "s|XF86_VERSION_|XORG_VERSION_|g" ${wrksrc}/src/js_x.c
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user