void-packages/srcpkgs/xfconf/xfconf-perl.template

15 lines
349 B
Text
Raw Normal View History

# Template file for 'xfconf-perl'.
#
2012-05-27 10:38:11 +00:00
depends="perl-Glib>=1.242_1"
short_desc="${short_desc} - perl bindings"
long_desc="${long_desc}
This package contains the Perl bindings."
2012-04-19 14:54:50 +00:00
do_install() {
vmove usr/lib/perl5 usr/lib
vmove usr/share/man usr/share
find ${DESTDIR}/usr/lib/perl5 -type f \
-name perllocal.pod -o -name .packlist|xargs rm -f
}