mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-11-03 18:01:55 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			38 lines
		
	
	
		
			1022 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
		
			1022 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# Automatically generated by apkbuild-cpan, template 1
 | 
						|
# Contributor: Kiyoshi Aman <kiyoshi.aman@gmail.com>
 | 
						|
# Maintainer: Kiyoshi Aman <kiyoshi.aman@gmail.com>
 | 
						|
pkgname=perl-crypt-openssl-bignum
 | 
						|
_pkgreal=Crypt-OpenSSL-Bignum
 | 
						|
pkgver=0.04
 | 
						|
pkgrel=0
 | 
						|
pkgdesc="Perl wrapper of OpenSSL's multiprecision integer arithmetic"
 | 
						|
url="http://search.cpan.org/dist/Crypt-OpenSSL-Bignum/"
 | 
						|
arch="all"
 | 
						|
license="GPL PerlArtistic"
 | 
						|
cpandepends=""
 | 
						|
cpanmakedepends=""
 | 
						|
depends="$cpandepends"
 | 
						|
makedepends="perl-dev $cpanmakedepends"
 | 
						|
subpackages="$pkgname-doc"
 | 
						|
source="http://search.cpan.org/CPAN/authors/id/I/IR/IROBERTS/$_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="9369ef722b0705c0604998559988eb18  Crypt-OpenSSL-Bignum-0.04.tar.gz"
 |