From 7fc0dffb17084a81e5294ff7f767bd657cf505c6 Mon Sep 17 00:00:00 2001 From: DeaDDooMER Date: Mon, 22 Jul 2019 23:56:51 +0300 Subject: [PATCH] update crux package --- crux/{cpc-32 => cpc}/.32bit | 0 crux/{cpc-32 => cpc}/Pkgfile | 12 +++++------- 2 files changed, 5 insertions(+), 7 deletions(-) rename crux/{cpc-32 => cpc}/.32bit (100%) rename crux/{cpc-32 => cpc}/Pkgfile (80%) 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 -- 2.29.2