wok diff automoc4/receipt @ rev 20475
Typos in receipt variable names
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Oct 17 10:43:04 2018 +0200 (2018-10-17) |
parents | 395ec8205cff |
children | b01314c762e9 |
line diff
1.1 --- a/automoc4/receipt Sun Feb 28 12:41:24 2010 +0100 1.2 +++ b/automoc4/receipt Wed Oct 17 10:43:04 2018 +0200 1.3 @@ -5,11 +5,13 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="CMake automatic MOC Generation." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 +LICENSE="MIT" 1.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.9 +WEB_SITE="http://www.kde.org/" 1.10 +WGET_URL="ftp://ftp.kde.org/pub/kde/stable/$PACKAGE/$VERSION/$TARBALL" 1.11 + 1.12 DEPENDS="cmake libQtCore gcc-lib-base" 1.13 BUILD_DEPENDS="cmake qmake Qt4-dev" 1.14 -WEB_SITE="http://www.kde.org/" 1.15 -WGET_URL="ftp://ftp.kde.org/pub/kde/stable/$PACKAGE/$VERSION/$TARBALL" 1.16 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 @@ -17,11 +19,11 @@ 1.20 cd $src 1.21 cmake . -DCMAKE_INSTALL_PREFIX=/usr && 1.22 make && 1.23 - make DESTDIR=$PWD/_pkg install 1.24 + make DESTDIR=$DESTDIR install 1.25 } 1.26 1.27 # Rules to gen a SliTaz package suitable for Tazpkg. 1.28 genpkg_rules() 1.29 { 1.30 - cp -a $_pkg/usr $fs 1.31 + cp -a $install/usr $fs 1.32 }