Use the perl-module.sh helper in irssi template to use the correct dirs
for the perl module. --HG-- extra : convert_revision : 2cb661f13b391d96b931550fb4649d704b9fd5f2
This commit is contained in:
parent
c78b7af35c
commit
8c6111d4ab
|
@ -2,9 +2,11 @@
|
|||
pkgname=irssi-0.8.12
|
||||
extract_sufx=".tar.bz2"
|
||||
url=http://www.irssi.org/files
|
||||
configure_args="--with-terminfo --with-proxy --without-curses
|
||||
--with-perl-lib=$PKGFS_MASTERDIR/lib/perl5/site_perl"
|
||||
# We need this to get some perl paths.
|
||||
. $PKGFS_TMPLHELPDIR/perl-module.sh
|
||||
|
||||
configure_args="--with-terminfo --with-proxy --without-curses
|
||||
--with-perl-lib=$PERL_SITELIBEXP"
|
||||
build_style=gnu_configure
|
||||
short_desc="Secure and modular IRC client with text mode user interface"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
|
Loading…
Reference in New Issue