2009-10-17 03:59:47 +00:00
|
|
|
# Template file for 'git-perl'.
|
|
|
|
#
|
2012-05-31 20:45:18 +00:00
|
|
|
noarch=yes
|
2012-05-23 16:26:56 +00:00
|
|
|
depends="git perl"
|
2009-10-17 03:59:47 +00:00
|
|
|
short_desc="${sourcepkg} perl bindings"
|
|
|
|
long_desc="${long_desc}
|
|
|
|
|
|
|
|
This package contains the Perl bindings."
|
|
|
|
|
2012-05-31 20:45:18 +00:00
|
|
|
do_install() {
|
|
|
|
vmove usr/share/perl5 usr/share
|
|
|
|
vmove usr/share/man/man3 usr/share/man
|
2009-10-17 03:59:47 +00:00
|
|
|
}
|