totem: update to 2.91.7.
--HG-- branch : gnome3
This commit is contained in:
15
srcpkgs/totem/totem-devel.template
Normal file
15
srcpkgs/totem/totem-devel.template
Normal file
@@ -0,0 +1,15 @@
|
||||
# Template file for 'totem-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
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user