Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Johannes Müller
aports
Commits
eb65917a
Commit
eb65917a
authored
15 years ago
by
Leonardo Arena
Browse files
Options
Downloads
Patches
Plain Diff
testing/perl-convert-binhex: new aport
parent
c6fe7d5c
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/perl-convert-binhex/APKBUILD
+26
-0
26 additions, 0 deletions
testing/perl-convert-binhex/APKBUILD
with
26 additions
and
0 deletions
testing/perl-convert-binhex/APKBUILD
0 → 100644
+
26
−
0
View file @
eb65917a
# Contributor: Leonardo Arena <rnalrd@gmail.com>
# Maintainer: Leonardo Arena <rnalrd@gmail.com>
pkgname
=
perl-convert-binhex
_realname
=
Convert-BinHex
pkgver
=
1.119
pkgrel
=
0
pkgdesc
=
"Extract data from Macintosh BinHex files"
url
=
"http://search.cpan.org/~eryq/Convert-BinHex-1.119/"
license
=
"Unknown"
depends
=
"perl"
makedepends
=
"perl-dev"
install
=
subpackages
=
"
$pkgname
-doc"
source
=
"http://search.cpan.org/CPAN/authors/id/E/ER/ERYQ/
$_realname
-
$pkgver
.tar.gz"
build
()
{
cd
"
$srcdir
/
$_realname
-
$pkgver
"
PERL_MM_USE_DEFAULT
=
1 perl Makefile.PL
INSTALLDIRS
=
vendor
||
return
1
make
||
return
1
make
DESTDIR
=
"
$pkgdir
"
install
# creates file collision among perl modules
rm
$pkgdir
/usr/lib/perl5/5.10.0/i686-linux/perllocal.pod
}
md5sums
=
"ba70ad1772abac6270078f28197a7961 Convert-BinHex-1.119.tar.gz"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment