Added xf86-input-evdev-2.2.1 template.
--HG-- extra : convert_revision : ebb251fbbf56e07c72765fc52c98c9d86c235ee9
This commit is contained in:
parent
ce52d33dcf
commit
305c5f7fea
4 changed files with 38 additions and 0 deletions
18
templates/xf86-input-evdev/devel.template
Normal file
18
templates/xf86-input-evdev/devel.template
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'xf86-input-evdev-devel'.
|
||||
#
|
||||
short_desc="${sourcepkg} development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
Add_dependency run xf86-input-evdev
|
||||
|
||||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/lib/xorg/modules/input
|
||||
|
||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/xorg/modules/input/*.la \
|
||||
${DESTDIR}/usr/lib/xorg/modules/input
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue