2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: Perl'den gettext () fonksiyon ailesine erişime izin verir.
|
2017-04-10 10:38:51 +02:00
|
|
|
|
# URL: http://search.cpan.org/dist/gettext/
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: alihan-ozturk28@hotmail.com milisarge
|
|
|
|
|
# Gerekler:
|
2016-08-02 01:40:16 +02:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
isim=perl-locale-gettext
|
|
|
|
|
surum=1.07
|
|
|
|
|
devir=1
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
kaynak=(http://search.cpan.org/CPAN/authors/id/P/PV/PVANDRY/gettext-$surum.tar.gz)
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2017-10-28 14:10:23 +02:00
|
|
|
|
cd Locale-gettext-$surum
|
2016-02-24 01:27:23 +01:00
|
|
|
|
perl Makefile.PL
|
|
|
|
|
make OPTIMIZE="$CFLAGS" || exit 1
|
|
|
|
|
make install INSTALLDIRS=vendor DESTDIR=$PKG || exit 1
|
|
|
|
|
|
|
|
|
|
# Remove perllocal.pod and .packlist if present in the package
|
|
|
|
|
for i in perllocal.pod .packlist; do
|
|
|
|
|
find $PKG -name "$i" -exec rm -rf {} \;
|
|
|
|
|
done
|
|
|
|
|
}
|