wok-next view rpcsvc-proto/receipt @ rev 20912
Remove ruby-enterprise
https://old.blog.phusion.nl/2012/02/21/ruby-enterprise-edition-1-8-7-2012-02-released-end-of-life-imminent/
https://old.blog.phusion.nl/2012/02/21/ruby-enterprise-edition-1-8-7-2012-02-released-end-of-life-imminent/
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Aug 20 08:19:43 2018 +0300 (2018-08-20) |
parents | |
children | f48456621a9d |
line source
1 # SliTaz package receipt v2.
3 PACKAGE="rpcsvc-proto"
4 VERSION="1.3.1"
5 CATEGORY="development"
6 SHORT_DESC="rpcsvc protocol definitions from glibc"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="BSD3"
9 WEB_SITE="https://github.com/thkukuk/rpcsvc-proto"
10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/basicnet/rpcsvc-proto.html"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="https://github.com/thkukuk/rpcsvc-proto/archive/v$VERSION/$TARBALL"
15 BUILD_DEPENDS="automake"
17 compile_rules() {
18 autoreconf -fi &&
19 ./configure $CONFIGURE_ARGS &&
20 make &&
21 make install
22 }
24 genpkg_rules() {
25 copy @std @dev
26 }