forked from ports/contrib
p5-text-iconv: picked up & updated port
This commit is contained in:
parent
34a6cc7640
commit
960c4c4152
@ -9,6 +9,7 @@ drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/Text/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/Text/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/Text/Iconv/
|
||||
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/Text/Iconv/Iconv.bs (EMPTY)
|
||||
-r-xr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/Text/Iconv/Iconv.so
|
||||
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/Text/Iconv/autosplit.ix
|
||||
drwxr-xr-x root/root usr/man/
|
||||
|
@ -1 +1 @@
|
||||
3e9306e9262ff13bb9ba29a251c5094a Text-Iconv-1.4.tar.gz
|
||||
81b26e069eaebb084e91ea3c009b67ae Text-Iconv-1.7.tar.gz
|
||||
|
@ -1,23 +1,19 @@
|
||||
# Description: Perl interface to the iconv codeset
|
||||
# URL: http://search.cpan.org/~mpiotr/Text-Iconv-1.4/
|
||||
# Maintainer: unmaintained
|
||||
#
|
||||
# Depends on: perl
|
||||
# Description: Perl interface to iconv() codeset conversion function
|
||||
# URL: http://search.cpan.org/~mpiotr/Text-Iconv/
|
||||
# Maintainer: Mikhail Kolesnik, mike at openbunker dot org
|
||||
# Depends on:
|
||||
|
||||
name=p5-text-iconv
|
||||
version=1.4
|
||||
release=3
|
||||
source=(http://search.cpan.org/CPAN/authors/id/M/MP/MPIOTR/Text-Iconv-${version}.tar.gz)
|
||||
version=1.7
|
||||
release=1
|
||||
source=(http://search.cpan.org/CPAN/authors/id/M/MP/MPIOTR/Text-Iconv-$version.tar.gz)
|
||||
|
||||
build () {
|
||||
build() {
|
||||
cd Text-Iconv-$version
|
||||
|
||||
perl Makefile.PL
|
||||
make OPTIMIZE="$CFLAGS"
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
rm -r $PKG/usr/lib/perl5/5.8.?
|
||||
find $PKG -name ".packlist" -or -name "*.bs" | xargs rm
|
||||
chown -R root:root $PKG
|
||||
find $PKG -name .packlist -exec rm {} \;
|
||||
find $PKG -name perllocal.pod -exec rm {} \;
|
||||
find $PKG -depth -type d -empty -exec rm -rf {} \;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user