wok-6.x rev 20111
Add ponyprog-qt
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Wed Oct 11 21:37:50 2017 +0200 (2017-10-11) |
parents | 91538d0fb16f |
children | 9e45f21b3946 |
files | netsurf-sdl/receipt ponyprog-qt/receipt |
line diff
1.1 --- a/netsurf-sdl/receipt Wed Oct 11 21:14:49 2017 +0200 1.2 +++ b/netsurf-sdl/receipt Wed Oct 11 21:37:50 2017 +0200 1.3 @@ -8,7 +8,7 @@ 1.4 LICENSE="GPL2" 1.5 TARBALL="${PACKAGE/-fb/}-all-$VERSION.tar.gz" 1.6 WEB_SITE="http://www.netsurf-browser.org/" 1.7 -WGET_URL="http://download.${WEB_SITE:10:19}/netsurf/releases/source-full/$TARBALL" 1.8 +WGET_URL="http://download.${WEB_SITE:11:19}/netsurf/releases/source-full/$TARBALL" 1.9 TAGS="web-browser" 1.10 BUGS="No unicode. No https." 1.11 1.12 @@ -16,7 +16,7 @@ 1.13 BUILD_DEPENDS="$DEPENDS openssl-dev libpng-dev jpeg-dev lcms-dev re2c \ 1.14 lemon curl-dev libxml2-dev expat-dev gperf flex bison perl-html-parser \ 1.15 perl-html-tagset freetype-dev pango-dev libxml2-dev libcroco expat-dev \ 1.16 -librsvg-dev libidn-dev zlib-dev" 1.17 +librsvg-dev libidn-dev libsdl-dev zlib-dev" 1.18 1.19 # Rules to configure and make the package. 1.20 compile_rules()
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/ponyprog-qt/receipt Wed Oct 11 21:37:50 2017 +0200 2.3 @@ -0,0 +1,26 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="ponyprog-qt" 2.7 +VERSION="3.0.0" 2.8 +CATEGORY="system-tools" 2.9 +SHORT_DESC="PonyProg is the universal programmer for many serial devices." 2.10 +MAINTAINER="psychomaniak@xakep.ru" 2.11 +LICENSE="GPL" 2.12 +WEB_SITE="http://www.lancos.com/prog.html" 2.13 +TARBALL="$PACKAGE-$VERSION.tar.gz" 2.14 +WGET_URL="https://github.com/lancos/ponyprog/archive/v${VERSION}.tar.gz" 2.15 + 2.16 +DEPENDS="libQtGui" 2.17 +BUILD_DEPENDS="Qt4-dev qmake cmake" 2.18 + 2.19 +# Rules to configure and make the package. 2.20 +compile_rules() 2.21 +{ 2.22 + qmake && make && make install 2.23 +} 2.24 + 2.25 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.26 +genpkg_rules() 2.27 +{ 2.28 + cp -a $install/* $fs 2.29 +}