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

27 lines
606 B
Plaintext
Raw Normal View History

2018-06-09 00:06:58 +02:00
# Tanım: Curses :: UI, Perl için nesne yönelimli bir kullanıcı arabirimi çerçevesidir.
# URL: https://metacpan.org/pod/Curses::UI
# Paketçi: milisarge
# Gerekler:
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)
derle() {
cd Curses-UI-$surum
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
}