X-Git-Url: https://deadsoftware.ru/gitweb?p=cpc.git;a=blobdiff_plain;f=crux%2Fcpc%2FPkgfile;fp=crux%2Fcpc-32%2FPkgfile;h=26e662d4be3c0e506c3c40900c50d5e5923d82a2;hp=2d84da6c2030a69efa1ee933f59d7268b89aaba3;hb=refs%2Ftags%2Fv0.2;hpb=48a5edd4da7f8dae770f17e59877c51972d8d12e 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