milis/talimatname/genel/p/perl-curses-ui/talimat

27 lines
606 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Curses :: UI, Perl için nesne yönelimli bir kullanıcı arabirimi çerçevesidir.
2017-04-07 10:48:17 +02:00
# URL: https://metacpan.org/pod/Curses::UI
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler:
2016-04-07 03:09:00 +02:00
2017-10-28 14:10:23 +02:00
isim=perl-curses-ui
surum=0.9609
devir=1
kaynak=(http://search.cpan.org/CPAN/authors/id/M/MD/MDXI/Curses-UI-$surum.tar.gz)
2016-04-07 03:09:00 +02:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd Curses-UI-$surum
2016-04-07 03:09:00 +02:00
perl Makefile.PL
make CC="${CC:-gcc}" LD="${CC:-gcc}" OPTIMIZE="$CFLAGS"
make DESTDIR=$PKG install
find $PKG -type f \( \
-name ".packlist" -o \
-name "*.bs" -o \
-name "autosplit.ix" -o \
-name "perllocal.pod" \) -delete
find $PKG -depth -empty -delete
}