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

13 lines
314 B
Plaintext
Raw Normal View History

2012-05-18 10:44:08 +02:00
# Template file for 'sane-devel'.
#
2012-08-30 09:16:54 +02:00
noarch=yes
depends="libsane>=${version}"
2012-05-18 10:44:08 +02:00
short_desc="${short_desc} - development files"
do_install() {
vmove usr/include usr
vmove usr/bin/sane-config usr/bin
vmove usr/share/man/man1/sane-config.1 usr/share/man/man1
vinstall tools/sane-backends.pc 644 usr/lib/pkgconfig
2012-05-18 10:44:08 +02:00
}