wok-next view plm2c/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents 2f03cb67a994
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="plm2c"
4 VERSION="1.02"
5 CATEGORY="development"
6 SHORT_DESC="Convert PLM sources files to C language"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="unknown"
9 WEB_SITE="http://www.cpm.z80.de/source.html"
11 TARBALL="newplm.zip"
12 WGET_URL="http://www.cpm.z80.de/download/$TARBALL"
14 compile_rules() {
15 unzip PLM2C.ZIP
16 cd plm2c
17 sed -i '/strcat/d' misc.h
18 make &&
19 install -Dm755 plm2c/plm2c $install/usr/bin/plm2c
20 }
22 genpkg_rules() {
23 copy @std
24 }