wok diff libedit/receipt @ rev 7493
Fixed all firefox-langpack to support downloading source to SOURCES_REPOSITORY. Also updated VERSION of all firefox-langpack to 3.6.12 so it can be updated with every new version of firefox.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri Dec 03 02:41:55 2010 +0000 (2010-12-03) |
parents | a0629adf72c8 |
children | 0f8dcbf8807b |
line diff
1.1 --- a/libedit/receipt Sun Aug 29 11:28:56 2010 +0200 1.2 +++ b/libedit/receipt Fri Dec 03 02:41:55 2010 +0000 1.3 @@ -10,6 +10,7 @@ 1.4 TARBALL="$SOURCE-$VERSION.tar.gz" 1.5 WEB_SITE="http://www.thrysoee.dk/editline/" 1.6 WGET_URL="http://www.thrysoee.dk/editline/$TARBALL" 1.7 +TAGS="cli editor library" 1.8 1.9 # Rules to configure and make the package. 1.10 compile_rules() 1.11 @@ -18,6 +19,7 @@ 1.12 ./configure \ 1.13 --prefix=/usr \ 1.14 --mandir=/usr/share/man \ 1.15 + --enable-widec \ 1.16 $CONFIGURE_ARGS \ 1.17 && make 1.18 make DESTDIR=$PWD/_pkg install