Added json-glib-0.12.2 build template.

This commit is contained in:
Juan RP
2011-02-05 16:33:15 +01:00
parent 26b6870519
commit f8bf1dcf56
7 changed files with 56 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# Template file for 'gir-json-glib'.
#
short_desc="Introspection data for json-glib"
long_desc="${long_desc}
This package contains small pieces of introspection data for the
json-glib library."
do_install()
{
install -d ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/girepository-1.0 ${DESTDIR}/usr/lib
}