summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 48a5edd)
raw | patch | inline | side by side (parent: 48a5edd)
author | DeaDDooMER <deaddoomer@deadsoftware.ru> | |
Mon, 22 Jul 2019 20:56:51 +0000 (23:56 +0300) | ||
committer | DeaDDooMER <deaddoomer@deadsoftware.ru> | |
Mon, 22 Jul 2019 20:56:51 +0000 (23:56 +0300) |
crux/cpc/.32bit | [moved from crux/cpc-32/.32bit with 100% similarity] | patch | blob | history |
crux/cpc/Pkgfile | [moved from crux/cpc-32/Pkgfile with 80% similarity] | patch | blob | history |
diff --git a/crux/cpc-32/.32bit b/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 2d84da6c2030a69efa1ee933f59d7268b89aaba3..26e662d4be3c0e506c3c40900c50d5e5923d82a2 100644 (file)
rename from crux/cpc-32/Pkgfile
rename to crux/cpc/Pkgfile
index 2d84da6c2030a69efa1ee933f59d7268b89aaba3..26e662d4be3c0e506c3c40900c50d5e5923d82a2 100644 (file)
--- a/crux/cpc-32/Pkgfile
+++ b/crux/cpc/Pkgfile
# 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