wok-next annotate srcpd/receipt @ rev 21234

Up tazlito (522)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Dec 04 11:14:50 2019 +0100 (2019-12-04)
parents 757d032c55c7
children
rev   line source
al@20534 1 # SliTaz package receipt v2.
rcx@3299 2
rcx@3299 3 PACKAGE="srcpd"
rcx@6011 4 VERSION="2.1.1"
rcx@3299 5 CATEGORY="games"
al@20534 6 SHORT_DESC="Simple Railroad Command Protocl Daemon"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15002 8 LICENSE="GPL2"
al@20534 9 WEB_SITE="http://srcpd.sourceforge.net/"
al@20534 10
rcx@3299 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
rcx@3299 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
rcx@3299 13
pascal@15002 14 BUILD_DEPENDS="libxml2-dev zlib-dev"
pascal@15002 15
al@20534 16 compile_rules() {
al@20534 17 ./configure $CONFIGURE_ARGS &&
slaxemulator@8987 18 make &&
slaxemulator@8987 19 make install
rcx@3299 20 }
rcx@3299 21
al@20534 22 genpkg_rules() {
al@20534 23 copy @std
al@20534 24 DEPENDS="glibc-base libxml2 zlib"
al@20534 25 CONFIG_FILES="/etc/srcpd.conf"
rcx@3299 26 }