1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 19:25:25 +03:00

unmaintained/[multiple] move back packages to testing

move back packages that are depends of other packages in testing
This commit is contained in:
Carlo Landmeter 2016-08-26 11:10:07 +02:00
parent c5240dc4d2
commit a39e19f964
101 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,37 @@
# Automatically generated by apkbuild-cpan, template 1
# Contributor: Francesco Colista <francesco.colista@gmail.com>
# Maintainer: Francesco Colista <francesco.colista@gmail.com>
pkgname=perl-hash-merge
_pkgreal=Hash-Merge
pkgver=0.12
pkgrel=0
pkgdesc="Merges arbitrarily deep hashes into a single hash"
url="http://search.cpan.org/dist/Hash-Merge/"
arch="noarch"
license="GPL PerlArtistic"
cpandepends="perl-clone"
cpanmakedepends=""
depends="$cpandepends"
makedepends="perl-dev $cpanmakedepends"
subpackages="$pkgname-doc"
source="http://search.cpan.org/CPAN/authors/id/D/DM/DMUEY/$_pkgreal-$pkgver.tar.gz"
_builddir="$srcdir/$_pkgreal-$pkgver"
prepare() {
cd "$_builddir"
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
}
build() {
cd "$_builddir"
make && make test
}
package() {
cd "$_builddir"
make DESTDIR="$pkgdir" install || return 1
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
}
md5sums="875e2d9101bde2f6b410dd12f7e10964 Hash-Merge-0.12.tar.gz"