glitz: new deps style, converted to subpkgs.
--HG-- extra : convert_revision : fcec777fd194ab263278ed5503e9ffa6e36ee924
This commit is contained in:
17
templates/glitz/devel.template
Normal file
17
templates/glitz/devel.template
Normal file
@@ -0,0 +1,17 @@
|
||||
# Template file for 'glitz-devel'.
|
||||
#
|
||||
short_desc="${sourcepkg} (development files)"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
Add_dependency run glitz
|
||||
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user