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

20 lines
530 B
Text
Raw Normal View History

# Template file for 'libxslt-devel'.
#
depends="libxml2-devel libxslt-${version}_${revision}"
short_desc="${short_desc} (development files)"
long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
2012-09-30 15:03:19 +00:00
noarch=yes
2012-09-30 15:03:19 +00:00
do_install() {
vmove usr/bin/xslt-config usr/bin
vmove usr/lib/xsltConf.sh usr/lib
vmove usr/include usr
vmove usr/lib/pkgconfig usr/lib
vmove usr/share/aclocal usr/share
vmove usr/share/doc/${sourcepkg}-${version} usr/share/doc
vmove usr/share/man/man3 usr/share/man
}