Added clutter-gtk-0.91.8 build template.
--HG-- branch : gnome3
This commit is contained in:
parent
bf4a915dd2
commit
ca432e55df
7 changed files with 88 additions and 0 deletions
14
srcpkgs/clutter-gtk/clutter-gtk-devel.template
Normal file
14
srcpkgs/clutter-gtk/clutter-gtk-devel.template
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Template file for 'clutter-gtk--devel'.
|
||||
#
|
||||
short_desc="${sourcepkg} - development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/{lib,share}
|
||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/share/{gir*,gtk-doc} ${DESTDIR}/usr/share
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue