milis/talimatname/genel/perl-extutils-pkgconfig/talimat

23 lines
549 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Pkgconfig için Perl bağlayıcısı
# URL: http://search.cpan.org/~xaoc/ExtUtils-PkgConfig-1.15/lib/ExtUtils/PkgConfig.pm
# Packager: milisarge
# Depends on: perl-extutils-depends
name=perl-extutils-pkgconfig
version=1.15
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
make DESTDIR=$PKG install
find $PKG \
-name perllocal.pod \
-o -name .packlist | xargs rm
find $PKG -empty | xargs rmdir -p ||:
}