p5-extutils-pkgconfig: initial release
This commit is contained in:
parent
6b73a59cde
commit
39fdae0cce
10
p5-extutils-pkgconfig/.footprint
Normal file
10
p5-extutils-pkgconfig/.footprint
Normal file
@ -0,0 +1,10 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
drwxr-xr-x root/root usr/lib/perl5/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/ExtUtils/
|
||||
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/ExtUtils/PkgConfig.pm
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man3/
|
||||
-r--r--r-- root/root usr/man/man3/ExtUtils::PkgConfig.3pm.gz
|
1
p5-extutils-pkgconfig/.md5sum
Normal file
1
p5-extutils-pkgconfig/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
a8cf945d09c6458cb27228218e9a2f45 ExtUtils-PkgConfig-1.07.tar.gz
|
23
p5-extutils-pkgconfig/Pkgfile
Normal file
23
p5-extutils-pkgconfig/Pkgfile
Normal file
@ -0,0 +1,23 @@
|
||||
# Description: Perl bindings for pkgconfig
|
||||
# URL: http://www.gtkperl.org
|
||||
# Maintainer: Han Boetes <han@mijncomputer.nl>
|
||||
# Depends on: gdk-pixbuf p5-xml-parser p5-xml-writer p5-gtk2-ex-utils
|
||||
|
||||
name=p5-extutils-pkgconfig
|
||||
version=1.07
|
||||
release=1
|
||||
source="http://www.cpan.org/modules/by-module/ExtUtils/ExtUtils-PkgConfig-$version.tar.gz"
|
||||
|
||||
|
||||
build()
|
||||
{
|
||||
cd ExtUtils-PkgConfig-$version
|
||||
perl Makefile.PL
|
||||
make OPTIMIZE="$CFLAGS"
|
||||
make install DESTDIR=$PKG
|
||||
find $PKG \
|
||||
-name perllocal.pod \
|
||||
-o -name "*.bs" \
|
||||
-o -name .packlist | xargs rm
|
||||
find $PKG -empty | xargs rmdir -p ||:
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user