contrib/p5-net-dbus/Pkgfile
2018-03-31 22:46:49 +03:00

26 lines
784 B
Plaintext

# Description: Perl extension for the DBus message system
# URL: https://metacpan.org/pod/Net::DBus
# Maintainer: Alexandr Savca, alexandr dot savca89 at gmail dot com
# Depends on: pkg-config dbus p5-xml-twig
name=p5-net-dbus
version=1.1.0
release=1
source=(http://search.cpan.org/CPAN/authors/id/D/DA/DANBERR/Net-DBus-$version.tar.gz)
build () {
cd Net-DBus-$version
perl Makefile.PL
make OPTIMIZE="$CFLAGS"
make DESTDIR=$PKG install
find $PKG -name perllocal.pod \
-o -name "*.bs" \
-o -name .packlist \
-o -name autosplit.ix \
| xargs rm -f
find $PKG -depth -type d -empty -delete
find $PKG -type f -a -perm -u-w | xargs chmod u+w
}