wok diff kilo/receipt @ rev 21269
updated liboping and liboping-dev (1.9.0 -> 1.10.0)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Apr 12 15:48:18 2019 +0100 (2019-04-12) |
parents | |
children | d8c511e24c20 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/kilo/receipt Fri Apr 12 15:48:18 2019 +0100 1.3 @@ -0,0 +1,28 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="kilo" 1.7 +VERSION="15072016" 1.8 +CATEGORY="office" 1.9 +SHORT_DESC="A text editor in less than 1000 LOC with syntax highlight and search." 1.10 +MAINTAINER="paul@slitaz.org" 1.11 +LICENSE="BSD" 1.12 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.13 +WEB_SITE="https://github.com/antirez/kilo" 1.14 +WGET_URL="git|git://github.com/antirez/kilo" 1.15 + 1.16 +#DEPENDS="" 1.17 +BUILD_DEPENDS="git bzip2" 1.18 + 1.19 +# Rules to configure and make the package. 1.20 +compile_rules() 1.21 +{ 1.22 + make 1.23 +} 1.24 + 1.25 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.26 +genpkg_rules() 1.27 +{ 1.28 + mkdir -p $fs/usr/bin 1.29 + cp -a $src/$PACKAGE $fs/usr/bin 1.30 +} 1.31 +