1 # Maintainer: masutu <masutu dot arch at googlemail dot com>
2 # Contributor: masutu <masutu dot arch at googlemail dot com>
3 pkgname=perl-net-opensoundcontrol
6 pkgdesc="OpenSound Control client and server implementation in Perl"
8 url="http://search.cpan.org/~crenz/Net-OpenSoundControl-0.05/"
9 license=('GPL' 'PerlArtistic')
10 depends=('perl>=5.10.0')
12 source=('http://search.cpan.org/CPAN/authors/id/C/CR/CRENZ/Net-OpenSoundControl-0.05.tar.gz')
13 md5sums=('0451efc9feee4d1a3dc04ea043a47af7')
16 cd "$srcdir/Net-OpenSoundControl-$pkgver"
17 PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1
19 make install DESTDIR="$pkgdir/" || return 1
20 for _file in "makebundle.pl" "oscclient.pl" "oscserver.pl" "reaktor2.pl" "reaktor.pl"
21 do install -Dm 644 examples/$_file $pkgdir/usr/share/$pkgname/examples/$_file
25 # vim:set ts=2 sw=2 et: