milis/talimatname/genel/perl-tk/talimat

18 lines
442 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Perl için bir grafik kullanıcı arabirimi araç takımı.
# URL: http://search.cpan.org/
# Packager: alihan-ozturk28@hotmail.com
# Depends on: perl-devel-leak perl-test-pod xorg-server libpng libjpeg-turbo tk
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
}