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