wok-next rev 553
Up: Links (2.1pre33)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Apr 12 21:36:21 2008 +0200 (2008-04-12) |
parents | 7cdc313c2d61 |
children | 3e70d6e68647 |
files | links/receipt |
line diff
1.1 --- a/links/receipt Sat Apr 12 21:28:01 2008 +0200 1.2 +++ b/links/receipt Sat Apr 12 21:36:21 2008 +0200 1.3 @@ -1,11 +1,12 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="links" 1.7 -VERSION="2.1pre32" 1.8 +VERSION="2.1pre33" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Light and speed web browser using Ncurses or Xlib." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 -DEPENDS="ncurses" 1.13 +DEPENDS="ncurses openssl" 1.14 +BUILD_DEPENDS="ncurses-dev openssl-dev" 1.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 WEB_SITE="http://links.twibright.com/" 1.17 WGET_URL="http://links.twibright.com/download/$TARBALL" 1.18 @@ -14,10 +15,13 @@ 1.19 compile_rules() 1.20 { 1.21 cd $src 1.22 - ./configure --prefix=/usr \ 1.23 - --sysconfdir=/etc --mandir=/usr/share/man \ 1.24 - --without-directfb --without-ssl \ 1.25 - --enable-graphics $CONFIGURE_ARGS 1.26 + ./configure \ 1.27 + --prefix=/usr \ 1.28 + --sysconfdir=/etc \ 1.29 + --mandir=/usr/share/man \ 1.30 + --without-directfb \ 1.31 + --enable-graphics \ 1.32 + $CONFIGURE_ARGS 1.33 make 1.34 make DESTDIR=$PWD/_pkg install 1.35 } 1.36 @@ -27,6 +31,5 @@ 1.37 { 1.38 mkdir -p $fs/usr/share/pixmaps 1.39 cp -a $_pkg/usr/bin $fs/usr 1.40 - strip -s $fs/usr/bin/* 1.41 cp $src/graphics/links.xpm $fs/usr/share/pixmaps 1.42 }