perl-modulleri
This commit is contained in:
parent
144df76490
commit
a4b6de1ede
2 changed files with 54 additions and 0 deletions
27
talimatname/genel/perl-curses-ui/talimat
Normal file
27
talimatname/genel/perl-curses-ui/talimat
Normal file
|
@ -0,0 +1,27 @@
|
|||
# Description: Perl module Archive::Curses:ui
|
||||
# URL: http://search.cpan.org/~giraffed/Curses-1.34/
|
||||
# Maintainer: milisarge
|
||||
# Packager : milisarge
|
||||
# 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
|
||||
|
||||
}
|
27
talimatname/genel/perl-curses/talimat
Normal file
27
talimatname/genel/perl-curses/talimat
Normal file
|
@ -0,0 +1,27 @@
|
|||
# Description: Perl module Archive::Curses
|
||||
# URL: http://search.cpan.org/~giraffed/Curses-1.34/
|
||||
# Maintainer: milisarge
|
||||
# Packager : milisarge
|
||||
# Depends on:
|
||||
|
||||
name=perl-curses
|
||||
version=1.34
|
||||
release=1
|
||||
source=(http://search.cpan.org/CPAN/authors/id/G/GI/GIRAFFED/Curses-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd Curses-$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
|
||||
|
||||
}
|
Loading…
Add table
Reference in a new issue