wok-next annotate rpcsvc-proto/receipt @ rev 20845

Add neofetch, tcl2c-fork; build two versions of tklauncher (using tcl2c and tcl2c-fork) with different warnings
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 23 09:45:42 2018 +0300 (2018-06-23)
parents
children f48456621a9d
rev   line source
al@20611 1 # SliTaz package receipt v2.
al@20611 2
al@20611 3 PACKAGE="rpcsvc-proto"
al@20611 4 VERSION="1.3.1"
al@20611 5 CATEGORY="development"
al@20611 6 SHORT_DESC="rpcsvc protocol definitions from glibc"
al@20611 7 MAINTAINER="al.bobylev@gmail.com"
al@20611 8 LICENSE="BSD3"
al@20611 9 WEB_SITE="https://github.com/thkukuk/rpcsvc-proto"
al@20611 10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/basicnet/rpcsvc-proto.html"
al@20611 11
al@20611 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20611 13 WGET_URL="https://github.com/thkukuk/rpcsvc-proto/archive/v$VERSION/$TARBALL"
al@20611 14
al@20611 15 BUILD_DEPENDS="automake"
al@20611 16
al@20611 17 compile_rules() {
al@20611 18 autoreconf -fi &&
al@20611 19 ./configure $CONFIGURE_ARGS &&
al@20611 20 make &&
al@20611 21 make install
al@20611 22 }
al@20611 23
al@20611 24 genpkg_rules() {
al@20611 25 copy @std @dev
al@20611 26 }