wok diff fwbuilder/receipt @ rev 20632
linld: 32 bits lseeks for tazboot
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jan 05 17:23:23 2019 +0100 (2019-01-05) |
parents | 7bb096863642 |
children | 8dd8bab3f0ca |
line diff
1.1 --- a/fwbuilder/receipt Sat Sep 14 17:06:00 2013 +0000 1.2 +++ b/fwbuilder/receipt Sat Jan 05 17:23:23 2019 +0100 1.3 @@ -11,12 +11,11 @@ 1.4 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.5 1.6 DEPENDS="libxml2 libxslt zlib libQtGui libQtNetwork libQtCore" 1.7 -BUILD_DEPENDS="qmake libxslt-dev Qt4-dev autoconf automake libtool" 1.8 +BUILD_DEPENDS="qmake libxslt-dev Qt4-dev autoconf automake libtool file" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules() 1.12 { 1.13 - cd $src 1.14 sed -i 's/Categories=.*/Categories=GNOME;Application;System;/' src/res/fwbuilder.desktop 1.15 ./autogen.sh 1.16 ./configure --prefix=/usr --infodir=/usr/share/info \