wok-next view reptyr/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents 79d24bcb2063
children
line source
1 # SliTaz package receipt.
3 PACKAGE="reptyr"
4 VERSION="0.5"
5 CATEGORY="system-tools"
6 SHORT_DESC="Reparent a running program to a new terminal"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="MIT"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="https://github.com/nelhage/reptyr"
11 WGET_URL="$WEB_SITE/archive/$TARBALL"
13 compile_rules() {
14 sed -i 's|/usr/local|/usr|' Makefile
15 make &&
16 make DESTDIR=$install install
17 }
19 genpkg_rules() {
20 mkdir -p $fs/usr
21 cp -a $install/usr/bin $fs/usr
22 }