mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-26 04:35:39 +03:00
testing/perl-xml-libxslt: new aport
This commit is contained in:
parent
5c0b7312d8
commit
ab4196ca01
1 changed files with 41 additions and 0 deletions
41
testing/perl-xml-libxslt/APKBUILD
Normal file
41
testing/perl-xml-libxslt/APKBUILD
Normal file
|
@ -0,0 +1,41 @@
|
|||
# Automatically generated by apkbuild-cpan, template 1
|
||||
# Contributor: Valery Kartel <valery.kartel@gmail.com>
|
||||
# Maintainer: Valery Kartel <valery.kartel@gmail.com>
|
||||
pkgname=perl-xml-libxslt
|
||||
_pkgreal=XML-LibXSLT
|
||||
pkgver=1.94
|
||||
pkgrel=0
|
||||
pkgdesc="Interface to GNOME libxslt library"
|
||||
url="http://search.cpan.org/dist/XML-LibXSLT/"
|
||||
arch="all"
|
||||
license="GPL PerlArtistic"
|
||||
cpandepends="perl-xml-libxml"
|
||||
cpanmakedepends=" "
|
||||
depends="$cpandepends"
|
||||
makedepends="perl-dev $cpanmakedepends libxml2-dev libxslt-dev libgcrypt-dev libgpg-error-dev"
|
||||
subpackages="$pkgname-doc"
|
||||
source="http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/$_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="a32045699c001d960d6f94891f9e853c XML-LibXSLT-1.94.tar.gz"
|
||||
sha256sums="b9c0d4de0697284c3f4687283f2ed6b28139b088e2dc2c73be37b0f7b5e94ae5 XML-LibXSLT-1.94.tar.gz"
|
||||
sha512sums="52b3ec6ef0556d9dde8320acbea01fe36e219bc62ed2d9e0cbe2f8f402bfc3f42ca1e28a6e047e69f501982fe4ba40d23fcfbce9399388c9f28a0d8804fc5f73 XML-LibXSLT-1.94.tar.gz"
|
Loading…
Add table
Add a link
Reference in a new issue