xf86-input-joystick: converted to subpkgs, improved descrs.
--HG-- extra : convert_revision : 64aeb2601f18b0b9f086eb6737f53cba0539ef13
This commit is contained in:
18
templates/xf86-input-joystick/devel.template
Normal file
18
templates/xf86-input-joystick/devel.template
Normal file
@@ -0,0 +1,18 @@
|
||||
# Template file for 'xf86-input-joystick-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-joystick
|
||||
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user