milis/talimatname/genel/perl-xml-simple/talimat

22 lines
445 B
Plaintext
Raw Normal View History

2017-04-11 08:49:01 +02:00
# Description: XML'i korumak için kolay API
2016-02-24 01:27:23 +01:00
# URL: http://search.cpan.org/~grantm/
2017-04-11 08:49:01 +02:00
# Packager: milisarge
2017-04-13 19:15:35 +02:00
# Depends on:
2017-04-11 08:49:01 +02:00
2016-02-24 01:27:23 +01:00
name=perl-xml-simple
version=2.20
release=1
source=(http://search.cpan.org/CPAN/authors/id/G/GR/GRANTM/XML-Simple-$version.tar.gz)
build() {
cd XML-Simple-$version
perl Makefile.PL
make
make DESTDIR=$PKG install
find $PKG \
-name '*.bs' -or \
-name .packlist -or \
-name perllocal.pod | xargs rm
}