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

27 lines
622 B
Plaintext
Raw Normal View History

2017-04-07 10:48:17 +02:00
# Description: Curses :: UI, Perl için nesne yönelimli bir kullanıcı arabirimi çerçevesidir.
# URL: https://metacpan.org/pod/Curses::UI
# Packager : milisarge
2016-04-07 03:09:00 +02:00
# Depends on:
name=perl-curses-ui
version=0.9609
release=1
source=(http://search.cpan.org/CPAN/authors/id/M/MD/MDXI/Curses-UI-$version.tar.gz)
build() {
cd Curses-UI-$version
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
}