void-packages/srcpkgs/libcroco/libcroco-devel.template

18 lines
384 B
Plaintext
Raw Normal View History

# Template file for 'libcroco-devel'.
#
depends="glib-devel libxml2-devel libcroco>=0.6.5"
2012-02-18 23:18:02 +01:00
short_desc="${sourcepkg} -- development files"
long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
2012-03-26 17:50:32 +02:00
noarch=yes
2012-02-18 23:18:02 +01:00
do_install() {
2011-11-15 09:20:47 +01:00
vmove usr/include usr
vmove usr/share usr
vmove usr/lib/pkgconfig usr/lib
vmove "usr/bin/croco-*config" usr/bin
}