# HG changeset patch # User Christophe Lincoln # Date 1208028981 -7200 # Node ID 617df34877539205f35e78f4bee4a6a705073e91 # Parent 7cdc313c2d616849f2fddd0c42cedaddc3dfbca5 Up: Links (2.1pre33) diff -r 7cdc313c2d61 -r 617df3487753 links/receipt --- a/links/receipt Sat Apr 12 21:28:01 2008 +0200 +++ b/links/receipt Sat Apr 12 21:36:21 2008 +0200 @@ -1,11 +1,12 @@ # SliTaz package receipt. PACKAGE="links" -VERSION="2.1pre32" +VERSION="2.1pre33" CATEGORY="network" SHORT_DESC="Light and speed web browser using Ncurses or Xlib." MAINTAINER="pankso@slitaz.org" -DEPENDS="ncurses" +DEPENDS="ncurses openssl" +BUILD_DEPENDS="ncurses-dev openssl-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://links.twibright.com/" WGET_URL="http://links.twibright.com/download/$TARBALL" @@ -14,10 +15,13 @@ compile_rules() { cd $src - ./configure --prefix=/usr \ - --sysconfdir=/etc --mandir=/usr/share/man \ - --without-directfb --without-ssl \ - --enable-graphics $CONFIGURE_ARGS + ./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --mandir=/usr/share/man \ + --without-directfb \ + --enable-graphics \ + $CONFIGURE_ARGS make make DESTDIR=$PWD/_pkg install } @@ -27,6 +31,5 @@ { mkdir -p $fs/usr/share/pixmaps cp -a $_pkg/usr/bin $fs/usr - strip -s $fs/usr/bin/* cp $src/graphics/links.xpm $fs/usr/share/pixmaps }