diff options
Diffstat (limited to 'main/perl-convert-binhex/APKBUILD')
-rw-r--r-- | main/perl-convert-binhex/APKBUILD | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/main/perl-convert-binhex/APKBUILD b/main/perl-convert-binhex/APKBUILD index a585c607b..a5fc1bcec 100644 --- a/main/perl-convert-binhex/APKBUILD +++ b/main/perl-convert-binhex/APKBUILD @@ -3,10 +3,10 @@ pkgname=perl-convert-binhex _realname=Convert-BinHex pkgver=1.119 -pkgrel=0 +pkgrel=1 pkgdesc="Extract data from Macintosh BinHex files" url="http://search.cpan.org/~eryq/Convert-BinHex-1.119/" -arch="x86 x86_64" +arch="noarch" license="Unknown" depends="perl" makedepends="perl-dev" @@ -19,6 +19,10 @@ build() { PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1 make || return 1 +} + +package() { + cd "$srcdir/$_realname-$pkgver" make DESTDIR="$pkgdir" install # creates file collision among perl modules find "$pkgdir" -name perllocal.pod -delete |