Added xfconf-4.6.1 template.
--HG-- extra : convert_revision : 11b894ba1d31d3d2ec48df2fec12a44206026492
This commit is contained in:
19
templates/xfconf/perl.template
Normal file
19
templates/xfconf/perl.template
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user