p5-gtk2-ex-utils: New port.
This commit is contained in:
parent
2bc5cbfcdd
commit
b6031d4bbd
13
p5-gtk2-ex-utils/.footprint
Normal file
13
p5-gtk2-ex-utils/.footprint
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
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/Gtk2/
|
||||||
|
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/Gtk2/Ex/
|
||||||
|
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/Gtk2/Ex/Constants.pm
|
||||||
|
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/Gtk2/Ex/Utils.pm
|
||||||
|
drwxr-xr-x root/root usr/man/
|
||||||
|
drwxr-xr-x root/root usr/man/man3/
|
||||||
|
-r--r--r-- root/root usr/man/man3/Gtk2::Ex::Constants.3pm.gz
|
||||||
|
-r--r--r-- root/root usr/man/man3/Gtk2::Ex::Utils.3pm.gz
|
1
p5-gtk2-ex-utils/.md5sum
Normal file
1
p5-gtk2-ex-utils/.md5sum
Normal file
@ -0,0 +1 @@
|
|||||||
|
076bb6914470fb077f7028fef0a795f8 Gtk2-Ex-Utils-0.09.tar.gz
|
22
p5-gtk2-ex-utils/Pkgfile
Normal file
22
p5-gtk2-ex-utils/Pkgfile
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
# Description: Useful classes for Gnome2/Gtk2 Perl GUI design.
|
||||||
|
# URL: http://www.gtkperl.org
|
||||||
|
# Maintainer: Jose V Beneyto, sepen at users dot sourceforge dot net
|
||||||
|
# Packager: Han Boetes, han at mijncomputer dot nl
|
||||||
|
# Depends on:
|
||||||
|
|
||||||
|
name=p5-gtk2-ex-utils
|
||||||
|
version=0.09
|
||||||
|
release=1
|
||||||
|
source=(http://www.cpan.org/modules/by-module/Gtk2/Gtk2-Ex-Utils-${version}.tar.gz)
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cd Gtk2-Ex-Utils-${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