milis/talimatname/genel/perl-tk/talimat

18 lines
442 B
Plaintext
Raw Normal View History

2017-04-11 08:24:47 +02:00
# Description: Perl için bir grafik kullanıcı arabirimi araç takımı.
2016-11-13 01:08:33 +01:00
# URL: http://search.cpan.org/
# Packager: alihan-ozturk28@hotmail.com
2017-04-13 19:15:35 +02:00
# Depends on: perl-devel-leak perl-test-pod xorg-server libpng libjpeg-turbo tk
2016-11-13 01:08:33 +01:00
name=perl-tk
version=804.033
release=1
source=( http://search.cpan.org/CPAN/authors/id/S/SR/SREZIC/Tk-$version.tar.gz)
build() {
cd Tk-$version
perl Makefile.PL INSTALLDIRS=vendor
make
make DESTDIR=$PKG install
}