Added libgweather-2.30.0 build template.
--HG-- extra : convert_revision : 1e3c50942db7658007c61e36444c83f433e4cf20
This commit is contained in:
15
srcpkgs/libgweather/libgweather-devel.template
Normal file
15
srcpkgs/libgweather/libgweather-devel.template
Normal file
@@ -0,0 +1,15 @@
|
||||
# Template file for 'libgweather-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/lib*.{a,so} ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/share/gtk-doc ${DESTDIR}/usr/share
|
||||
}
|
||||
Reference in New Issue
Block a user