From b6af1e02efe594039707cd882517663d5370f375 Mon Sep 17 00:00:00 2001 From: Carlo Landmeter Date: Thu, 25 Aug 2016 15:26:24 +0200 Subject: testing/[multiple]: move unmaintained packages This moves all packages from testing to unmaintained which have not been updated for atleast 6 months. If you are affected by this commit please follow this proceddure: * make sure your packages build on all architectures * move your pacakge(s) back to testing * if you want to keep this package and can maintain it (or find somebody to maintain it for you) for a minimum of 6 months ask it to be moved to community --- unmaintained/perl-data-section/APKBUILD | 39 +++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 unmaintained/perl-data-section/APKBUILD (limited to 'unmaintained/perl-data-section') diff --git a/unmaintained/perl-data-section/APKBUILD b/unmaintained/perl-data-section/APKBUILD new file mode 100644 index 0000000000..a907d2ec30 --- /dev/null +++ b/unmaintained/perl-data-section/APKBUILD @@ -0,0 +1,39 @@ +# Automatically generated by apkbuild-cpan, template 1 +# Contributor: Francesco Colista +# Maintainer: Francesco Colista +pkgname=perl-data-section +_pkgreal=Data-Section +pkgver=0.101621 +pkgrel=0 +pkgdesc="read multiple hunks of data out of your DATA section" +url="http://search.cpan.org/dist/Data-Section/" +arch="noarch" +license="GPL PerlArtistic" +cpandepends="perl-mro-compat perl-sub-exporter" +cpanmakedepends=" " +depends="$cpandepends" +makedepends="perl-dev $cpanmakedepends" +subpackages="$pkgname-doc" +source="http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/$_pkgreal-$pkgver.tar.gz" + +_builddir="$srcdir/$_pkgreal-$pkgver" + +prepare() { + cd "$_builddir" + export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'` + PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor +} + +build() { + cd "$_builddir" + export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'` + make && make test +} + +package() { + cd "$_builddir" + make DESTDIR="$pkgdir" install || return 1 + find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete +} + +md5sums="573fd1a74356b13116118d86084a4693 Data-Section-0.101621.tar.gz" -- cgit v1.2.3