12 lines
295 B
Text
12 lines
295 B
Text
# Template file for 'gir-gtk+'.
|
|
#
|
|
short_desc="Introspection data for GTK+"
|
|
long_desc="${long_desc}
|
|
|
|
This package contains small pieces of introspection data for the GTK+ library."
|
|
|
|
do_install()
|
|
{
|
|
install -d ${DESTDIR}/usr/lib
|
|
mv ${SRCPKGDESTDIR}/usr/lib/girepository-1.0 ${DESTDIR}/usr/lib
|
|
}
|