Added xfconf-4.6.1 template.

--HG--
extra : convert_revision : 11b894ba1d31d3d2ec48df2fec12a44206026492
This commit is contained in:
Juan RP
2009-04-20 04:54:51 +02:00
parent aa8c28e765
commit 4f60ab5b71
6 changed files with 62 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
# Template file for 'xfconf-perl'.
#
short_desc="${sourcepkg} perl bindings"
long_desc="${long_desc}
This package contains the Perl bindings."
Add_dependency run xfconf
Add_dependency run perl
do_install()
{
mkdir -p ${DESTDIR}/usr/lib
mkdir -p ${DESTDIR}/usr/share
mv ${SRCPKGDESTDIR}/usr/lib/perl5 ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/share/man ${DESTDIR}/usr/share
find ${DESTDIR}/usr/lib/perl5 -type f \
-name perllocal.pod -o -name .packlist|xargs rm -f
}