Added libcroco-0.6.2 template.
--HG-- extra : convert_revision : c60dcee6b0900394e329cdb783a0ea969c736373
This commit is contained in:
20
templates/libcroco/devel.template
Normal file
20
templates/libcroco/devel.template
Normal file
@@ -0,0 +1,20 @@
|
||||
# Template file for 'libcroco-devel'.
|
||||
#
|
||||
short_desc="${sourcepkg} development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
Add_dependency run libcroco
|
||||
|
||||
do_install()
|
||||
{
|
||||
local lver="0.6"
|
||||
|
||||
mkdir -p ${DESTDIR}/usr/lib ${DESTDIR}/usr/bin
|
||||
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/bin/croco-${lver}-config ${DESTDIR}/usr/bin
|
||||
}
|
||||
Reference in New Issue
Block a user