wok-next annotate reptyr/receipt @ rev 21020
Cleaning is almost finished... I should proceed to upgrades.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Nov 02 14:15:08 2018 +0200 (2018-11-02) |
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 } |