From: DeaDDooMER Date: Mon, 22 Jul 2019 20:56:51 +0000 (+0300) Subject: update crux package X-Git-Tag: v0.2^0 X-Git-Url: https://deadsoftware.ru/gitweb?p=cpc.git;a=commitdiff_plain;h=7fc0dffb17084a81e5294ff7f767bd657cf505c6 update crux package --- diff --git a/crux/cpc-32/.32bit b/crux/cpc/.32bit similarity index 100% rename from crux/cpc-32/.32bit rename to crux/cpc/.32bit diff --git a/crux/cpc-32/Pkgfile b/crux/cpc/Pkgfile similarity index 80% rename from crux/cpc-32/Pkgfile rename to crux/cpc/Pkgfile index 2d84da6..26e662d 100644 --- a/crux/cpc-32/Pkgfile +++ b/crux/cpc/Pkgfile @@ -2,20 +2,18 @@ # URL: https://deadsoftware.ru # Maintainer: DeaDDooMER, deaddoomer@deadsoftware.ru -name=cpc-32 -version=0.1 +name=cpc +version=0.2 release=1 source=(https://deadsoftware.ru/projects/cpc/release/cpc-v${version}.src.tar.gz) build() { - cd bootstrap-src + cd cpc-v${version} - ./make-stage0c.sh - ./make-stage1.sh - ./make-stage2.sh + CC=gcc ./make-all.sh -b 486 native linux install -d $PKG/usr/bin - install -D -m755 stage2/i486/{cpc486,cpl486,cpfront} $PKG/usr/bin/ + install -D -m755 stage2/{cpc486,cpl486,cpfront} $PKG/usr/bin/ ln -s cpc486 $PKG/usr/bin/cpc ln -s cpl486 $PKG/usr/bin/cpl