wok-next annotate reptyr/receipt @ rev 21513

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