mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-11-04 10:21:36 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			40 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			40 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# Automatically generated by apkbuild-cpan, template 1
 | 
						|
# Contributor: Kiyoshi Aman <kiyoshi.aman@gmail.com>
 | 
						|
# Maintainer: Kiyoshi Aman <kiyoshi.aman@gmail.com>
 | 
						|
pkgname=perl-io-async-loop-glib
 | 
						|
_pkgreal=IO-Async-Loop-Glib
 | 
						|
pkgver=0.20
 | 
						|
pkgrel=0
 | 
						|
pkgdesc="use C<IO::Async> with F<Glib> or F<GTK>"
 | 
						|
url="http://search.cpan.org/dist/IO-Async-Loop-Glib/"
 | 
						|
arch="noarch"
 | 
						|
license="GPL PerlArtistic"
 | 
						|
cpandepends="perl-glib perl-io-async"
 | 
						|
cpanmakedepends="perl-io-async"
 | 
						|
depends="$cpandepends"
 | 
						|
makedepends="perl-dev $cpanmakedepends perl-test-pod perl-test-fatal
 | 
						|
	perl-test-refcount"
 | 
						|
subpackages="$pkgname-doc"
 | 
						|
source="http://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/$_pkgreal-$pkgver.tar.gz"
 | 
						|
 | 
						|
_builddir="$srcdir/$_pkgreal-$pkgver"
 | 
						|
 | 
						|
prepare() {
 | 
						|
	cd "$_builddir"
 | 
						|
	perl Build.PL installdirs=vendor || return 1
 | 
						|
}
 | 
						|
 | 
						|
build() {
 | 
						|
	cd "$_builddir"
 | 
						|
		export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'`
 | 
						|
	./Build && ./Build test
 | 
						|
}
 | 
						|
 | 
						|
package() {
 | 
						|
	cd "$_builddir"
 | 
						|
	./Build install destdir="$pkgdir" || return 1
 | 
						|
	find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
 | 
						|
}
 | 
						|
 | 
						|
md5sums="57eab4909ffb08162d6a0bd03f61ed0c  IO-Async-Loop-Glib-0.20.tar.gz"
 |