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
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
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
alpine
aports
Commits
1137b292
Commit
1137b292
authored
4 years ago
by
Leo
Browse files
Options
Downloads
Patches
Plain Diff
community/alien: upgrade to 8.95.1
parent
f2c9c39a
No related branches found
No related tags found
1 merge request
!6120
community/alien: upgrade to 8.95.1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/alien/APKBUILD
+5
-11
5 additions, 11 deletions
community/alien/APKBUILD
with
5 additions
and
11 deletions
community/alien/APKBUILD
+
5
−
11
View file @
1137b292
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname
=
alien
pkgver
=
8.95
pkgver
=
8.95
.1
pkgrel
=
0
pkgdesc
=
"Alien is a program that converts between the rpm, dpkg, stampede slp, and slackware tgz file formats"
url
=
"http://joeyh.name/code/alien"
arch
=
"noarch"
license
=
"GPL-2.0"
license
=
"GPL-2.0
-only
"
depends
=
"perl"
depends_dev
=
""
makedepends
=
"
$depends_dev
"
install
=
""
subpackages
=
"
$pkgname
-doc"
source
=
"http://ftp.de.debian.org/debian/pool/main/a/
$pkgname
/
${
pkgname
}
_
$pkgver
.tar.xz"
source
=
"http://ftp.de.debian.org/debian/pool/main/a/
alien/alien
_
$pkgver
.tar.xz"
builddir
=
"
${
srcdir
}
"
/
${
pkgname
}
-
${
pkgver
}
build
()
{
cd
"
$builddir
"
PERL_MM_USE_DEFAULT
=
1 perl Makefile.PL
INSTALLDIRS
=
vendor
}
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
||
return
1
make
DESTDIR
=
"
$pkgdir
"
install
find
"
$pkgdir
"
\(
-name
perllocal.pod
-o
-name
.packlist
\)
-delete
}
sha512sums
=
"
c46d3c82542dc3d96eeabea0f0c7ab5b572acaf67d15e2064ea01df32d69a2cf6e083754be49269df6cd7431ec5b3e09ddcb83fbe2
ee
1
784
3b22e9cd3e73073c
alien_8.95.tar.xz"
sha512sums
=
"
e57c22ba4c022f03272c535fae709981333ee1357b7ee84f40611f632c7c31e2418cbbafff0bd951e896
ee
2
784
a42f9ee040eb2286c24a82273108bc5352f5d6
alien_8.95.
1.
tar.xz"
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