1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 05:46:38 +02:00

Added --enable-perl for ./configure and Perl dependency for Debian package (for building v0.0.4 RPM & Debian packages)

This commit is contained in:
Sebastien Helleu
2004-01-01 11:48:46 +00:00
parent 85c32048cf
commit 65704c6fea
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ Source: weechat
Section: net
Priority: optional
Maintainer: FlashCode <flashcode@flashtux.org>
Build-Depends: debhelper (>> 4.0.0), libncurses5 (>= 5.2.20020112a-7)
Build-Depends: debhelper (>> 4.0.0), libncurses5 (>= 5.2.20020112a-7), perl (>= 5.6.0-16), libperl-dev
Standards-Version: 3.5.8
Package: weechat
+1 -1
View File
@@ -17,7 +17,7 @@ endif
configure: configure-stamp
configure-stamp:
dh_testdir
./configure --prefix=/usr --sysconfdir=/etc --enable-gtk
./configure --prefix=/usr --sysconfdir=/etc --enable-perl --enable-gtk
touch configure-stamp
+1 -1
View File
@@ -22,7 +22,7 @@ rm -rf $RPM_BUILD_ROOT
%setup
%build
./configure
./configure --enable-perl
make DESTDIR="$RPM_BUILD_ROOT" LOCALRPM="local"
%install
+1 -1
View File
@@ -2,7 +2,7 @@ Source: weechat
Section: net
Priority: optional
Maintainer: FlashCode <flashcode@flashtux.org>
Build-Depends: debhelper (>> 4.0.0), libncurses5 (>= 5.2.20020112a-7)
Build-Depends: debhelper (>> 4.0.0), libncurses5 (>= 5.2.20020112a-7), perl (>= 5.6.0-16), libperl-dev
Standards-Version: 3.5.8
Package: weechat
+1 -1
View File
@@ -17,7 +17,7 @@ endif
configure: configure-stamp
configure-stamp:
dh_testdir
./configure --prefix=/usr --sysconfdir=/etc --enable-gtk
./configure --prefix=/usr --sysconfdir=/etc --enable-perl --enable-gtk
touch configure-stamp
+1 -1
View File
@@ -22,7 +22,7 @@ rm -rf $RPM_BUILD_ROOT
%setup
%build
./configure
./configure --enable-perl
make DESTDIR="$RPM_BUILD_ROOT" LOCALRPM="local"
%install