wok-next view plm2c/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
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 }