Added startup-notification-0.10 template.
--HG-- extra : convert_revision : a3bf35ebea7e7b99574a91e8cc2846f9c93268fb
This commit is contained in:
parent
21d3fc2719
commit
f76db02822
4 changed files with 42 additions and 0 deletions
17
templates/startup-notification/devel.template
Normal file
17
templates/startup-notification/devel.template
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Template file for 'startup-notification-devel'.
|
||||
#
|
||||
short_desc="${sourcepkg} development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
Add_dependency run startup-notification
|
||||
|
||||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/lib*.*a ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/lib*.so ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue