wok-next diff cbrpager/receipt @ rev 21727
created recipe for vbindiff
author | Hans-G?nter Theisgen |
---|---|
date | Sat Nov 21 14:32:44 2020 +0100 (2020-11-21) |
parents | f48456621a9d |
children |
line diff
1.1 --- a/cbrpager/receipt Tue Oct 16 16:46:05 2018 +0300 1.2 +++ b/cbrpager/receipt Sat Nov 21 14:32:44 2020 +0100 1.3 @@ -7,28 +7,25 @@ 1.4 MAINTAINER="al.bobylev@gmail.com" 1.5 LICENSE="GPL3" 1.6 WEB_SITE="http://jcoppens.com/soft/cbrpager/index.en.php" 1.7 + 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.10 1.11 -DEPENDS="libgnome-keyring libgnomeui p7zip-full rar unzip" 1.12 -BUILD_DEPENDS="gettext libgnomeui-dev libgnome-dev libbonoboui-dev \ 1.13 +BUILD_DEPENDS="gettext-dev libgnomeui-dev libgnome-dev libbonoboui-dev \ 1.14 libgnomecanvas-dev libgnome-keyring-dev gtk2-dev" 1.15 1.16 -# Rules to configure and make the package. 1.17 -compile_rules() 1.18 -{ 1.19 +compile_rules() { 1.20 ./configure \ 1.21 $CONFIGURE_ARGS \ 1.22 - LDFLAGS="$(pkg-config --libs libgnomeui-2.0 gtk+-2.0)" && \ 1.23 - make && \ 1.24 + LDFLAGS="$(pkg-config --libs libgnomeui-2.0 gtk+-2.0)" && 1.25 + make && 1.26 make install 1.27 } 1.28 1.29 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.30 -genpkg_rules() 1.31 -{ 1.32 +genpkg_rules() { 1.33 cp -a $install/* $fs 1.34 # add Russian translation 1.35 mkdir -p $fs/usr/share/locale/ru/LC_MESSAGES 1.36 msgfmt $stuff/ru.po -o $fs/usr/share/locale/ru/LC_MESSAGES/cbrpager.mo 1.37 + DEPENDS="libgnome-keyring libgnomeui p7zip-full rar unzip" 1.38 }