mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
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
1 changed files with 4 additions and 2 deletions
|
@ -2,9 +2,11 @@
|
||||||
pkgname=irssi-0.8.12
|
pkgname=irssi-0.8.12
|
||||||
extract_sufx=".tar.bz2"
|
extract_sufx=".tar.bz2"
|
||||||
url=http://www.irssi.org/files
|
url=http://www.irssi.org/files
|
||||||
configure_args="--with-terminfo --with-proxy --without-curses
|
# We need this to get some perl paths.
|
||||||
--with-perl-lib=$PKGFS_MASTERDIR/lib/perl5/site_perl"
|
. $PKGFS_TMPLHELPDIR/perl-module.sh
|
||||||
|
|
||||||
|
configure_args="--with-terminfo --with-proxy --without-curses
|
||||||
|
--with-perl-lib=$PERL_SITELIBEXP"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
short_desc="Secure and modular IRC client with text mode user interface"
|
short_desc="Secure and modular IRC client with text mode user interface"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue