wok-next diff kilo/receipt @ rev 21681
updated giflib (5.1.4 -> 5.2.1)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Jun 29 15:09:16 2020 +0100 (2020-06-29) |
parents | 5cc3d87b40f9 |
children |
line diff
1.1 --- a/kilo/receipt Fri Jul 15 19:10:20 2016 +0100 1.2 +++ b/kilo/receipt Mon Jun 29 15:09:16 2020 +0100 1.3 @@ -3,26 +3,20 @@ 1.4 PACKAGE="kilo" 1.5 VERSION="15072016" 1.6 CATEGORY="office" 1.7 -SHORT_DESC="A text editor in less than 1000 LOC with syntax highlight and search." 1.8 +SHORT_DESC="A text editor in less than 1000 LOC with syntax highlight and search" 1.9 MAINTAINER="paul@slitaz.org" 1.10 LICENSE="BSD" 1.11 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.12 WEB_SITE="https://github.com/antirez/kilo" 1.13 WGET_URL="git|git://github.com/antirez/kilo" 1.14 1.15 -#DEPENDS="" 1.16 BUILD_DEPENDS="git bzip2" 1.17 1.18 -# Rules to configure and make the package. 1.19 -compile_rules() 1.20 -{ 1.21 - make 1.22 +compile_rules() { 1.23 + make 1.24 } 1.25 1.26 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.27 -genpkg_rules() 1.28 -{ 1.29 +genpkg_rules() { 1.30 mkdir -p $fs/usr/bin 1.31 cp -a $src/$PACKAGE $fs/usr/bin 1.32 } 1.33 -