wok-next diff libctpp2/receipt @ rev 21020
Cleaning is almost finished... I should proceed to upgrades.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Nov 02 14:15:08 2018 +0200 (2018-11-02) |
parents | df20b2110f7e |
children |
line diff
1.1 --- a/libctpp2/receipt Wed Jul 11 02:06:34 2018 +0300 1.2 +++ b/libctpp2/receipt Fri Nov 02 14:15:08 2018 +0200 1.3 @@ -13,13 +13,11 @@ 1.4 WGET_URL="http://ctpp.havoc.ru/download/$TARBALL" 1.5 1.6 BUILD_DEPENDS="cmake" 1.7 -SPLIT="libctpp2-dev" 1.8 +SPLIT="$PACKAGE-dev" 1.9 1.10 -# Rules to configure and make the package. 1.11 -compile_rules() 1.12 -{ 1.13 +compile_rules() { 1.14 mkdir build 1.15 - cd build 1.16 + cd build 1.17 1.18 cmake \ 1.19 -DCMAKE_INSTALL_PREFIX=/usr \ 1.20 @@ -28,9 +26,7 @@ 1.21 make install 1.22 } 1.23 1.24 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.25 -genpkg_rules() 1.26 -{ 1.27 +genpkg_rules() { 1.28 case $PACKAGE in 1.29 libctpp2) copy @std;; 1.30 *-dev) copy @dev;;