libXcursor: converted to subpkgs, new deps style.
--HG-- extra : convert_revision : e54de4e8d49a338e0ca30f8f37912a4451888fe0
This commit is contained in:
parent
5a65a93cc5
commit
0c028ea79d
4 changed files with 30 additions and 3 deletions
18
templates/libXcursor/devel.template
Normal file
18
templates/libXcursor/devel.template
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'libXcursor-devel'.
|
||||
#
|
||||
short_desc="${short_desc} (development files)"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
Add_dependency run libXcursor
|
||||
|
||||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/lib*.*a ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/lib*.so ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/share ${DESTDIR}/usr
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue