p5-glib: new maintainer. update to 1.326 release.
This commit is contained in:
parent
f09d7c66c8
commit
6c856a50ee
@ -1 +1 @@
|
||||
c10d50821ea475d60fec380c835e539c Glib-1.325.tar.gz
|
||||
ce38d8b009a1201320eff45c9a4dbd21 Glib-1.326.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF37LB9kWEFQ8xLMl7zJtuSFUgR9xzCZ5IETiaJWx36L2PUWtUpINX7BJ9clsZIKUnEjT+xhjj2yHX+CbHV9hHhAk=
|
||||
SHA256 (Pkgfile) = 66be9fe14266764f48fd4aab30f7d332fb5a61971ae976ce8ce38a5136286b06
|
||||
RWSagIOpLGJF31l3GB1HEbEZ4EdGVESAlZiZuFUmS3dtym/wVFZsAPesFYTXF6OBYnBnDK0tsNgs/FgPudrQ9+qKvhQ8U6GANQc=
|
||||
SHA256 (Pkgfile) = eb4398cc6372f0137f1b070611bb37d6dfe0ccb5450a569f775425441147f5cf
|
||||
SHA256 (.footprint) = c24a78ade40af29ac420ec081a81731800fe9ab5d7207b023294d1ed4972bb08
|
||||
SHA256 (Glib-1.325.tar.gz) = 04b3ff35a21d06509f2eb5769d161217cc3c92dd60204fc778cf089eb80b7b15
|
||||
SHA256 (Glib-1.326.tar.gz) = 020d0308220cb6e03a086bd45d33dd8fe03b265c502bfc2b4e58f2dbe64c365f
|
||||
|
@ -1,24 +1,20 @@
|
||||
# Description: Perl bindings for glib
|
||||
# URL: http://search.cpan.org/dist/Glib/
|
||||
# Maintainer: Jose V Beneyto, sepen at crux dot nu
|
||||
# Packager: Han Boetes, han at mijncomputer dot nl
|
||||
# Depends on: glib p5-extutils-depends p5-extutils-pkgconfig
|
||||
# URL: http://search.cpan.org/dist/Glib/
|
||||
# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
|
||||
# Depends on: glib p5-extutils-depends p5-extutils-pkgconfig
|
||||
|
||||
name=p5-glib
|
||||
version=1.325
|
||||
version=1.326
|
||||
release=1
|
||||
source=(http://www.cpan.org/modules/by-module/Glib/Glib-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd Glib-$version
|
||||
perl Makefile.PL
|
||||
cd Glib-$version
|
||||
perl Makefile.PL
|
||||
|
||||
make OPTIMIZE="$CFLAGS"
|
||||
make install DESTDIR=$PKG
|
||||
make OPTIMIZE="$CFLAGS"
|
||||
make install DESTDIR=$PKG
|
||||
|
||||
find $PKG \
|
||||
-name perllocal.pod \
|
||||
-o -name "*.bs" \
|
||||
-o -name .packlist | xargs rm
|
||||
find $PKG -empty | xargs rmdir -p ||:
|
||||
find $PKG -name perllocal.pod -o -name "*.bs" -o -name .packlist | xargs rm
|
||||
find $PKG -empty | xargs rmdir -p ||:
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user