wok-current diff hiawatha/receipt @ rev 14147
poppler and friends: up 0.22.1
author | Samuel Trassare <samuel_trassare@yahoo.com> |
---|---|
date | Sun Mar 03 13:51:02 2013 -0800 (2013-03-03) |
parents | |
children | 92c944abb6f5 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/hiawatha/receipt Sun Mar 03 13:51:02 2013 -0800 1.3 @@ -0,0 +1,37 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="hiawatha" 1.7 +VERSION="8.3.1" 1.8 +CATEGORY="network" 1.9 +SHORT_DESC="Advanced and secure webserver." 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.12 +WEB_SITE="http://www.hiawatha-webserver.org/" 1.13 +WGET_URL="${WEB_SITE}files/$TARBALL" 1.14 +PROVIDE="lighttpd" 1.15 +CONFIG_FILES="/etc/hiawatha" 1.16 +TAGS="webserver http server" 1.17 + 1.18 +DEPENDS="openssl libxml2 libxslt zlib" 1.19 +BUILD_DEPENDS="openssl-dev libxml2-dev libxslt-dev zlib-dev cmake" 1.20 + 1.21 +# Rules to configure and make the package. 1.22 +compile_rules() 1.23 +{ 1.24 + cd $src 1.25 + cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_SYSCONFDIR=/etc \ 1.26 + -DLOG_DIR=/var/log -DWEBROOT_DIR=/var/www -DPID_DIR=/var/run \ 1.27 + -DWORK_DIR=/var/lib . 1.28 + make DESTDIR=$DESTDIR install 1.29 +} 1.30 + 1.31 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.32 +genpkg_rules() 1.33 +{ 1.34 + mkdir -p $fs/usr 1.35 + cp -a $_pkg/var $fs 1.36 + cp -a $_pkg/etc $fs 1.37 + cp -a $_pkg/usr/lib $fs/usr 1.38 + cp -a $_pkg/usr/bin $fs/usr 1.39 + cp -a $_pkg/usr/sbin $fs/usr 1.40 +}