From b0cee9a1d74a927d81582d317ddc14de9ffe3081 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 11 Apr 2020 20:26:00 +0300 Subject: 9base: multiple changes * Switch source to git * Install to /usr * Remove post-install --- community/9base/build | 8 ++------ community/9base/checksums | 2 +- community/9base/post-install | 11 ----------- community/9base/sources | 2 +- community/9base/version | 2 +- 5 files changed, 5 insertions(+), 20 deletions(-) delete mode 100755 community/9base/post-install (limited to 'community') diff --git a/community/9base/build b/community/9base/build index cdc80175..88032b7b 100755 --- a/community/9base/build +++ b/community/9base/build @@ -1,8 +1,4 @@ #!/bin/sh -e -make -make DESTDIR="$1" install - -mkdir -p "$1/usr/bin" -ln -s /usr/local/plan9/bin/mk "$1/usr/bin/mk" -ln -s /usr/local/plan9/bin/rc "$1/usr/bin/rc" +make PREFIX=/usr +make PREFIX=/usr DESTDIR="$1" install diff --git a/community/9base/checksums b/community/9base/checksums index 6e271b56..fe9de263 100644 --- a/community/9base/checksums +++ b/community/9base/checksums @@ -1 +1 @@ -9cddb8c7aa4e32c50c6b44a299e45b76b45bb3f1094efef7804354ce2a7fcd13 9base-20190911.tar.gz +git git+https://git.suckless.org/9base diff --git a/community/9base/post-install b/community/9base/post-install deleted file mode 100755 index 45430efb..00000000 --- a/community/9base/post-install +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -e - -cat < NOTE: Plan9 programs are installed to --> /usr/local/plan9/ to avoid conflicts with --> system programs. If you want to be able to --> use Plan9 programs, add /usr/local/plan9/bin --> to your path. - -EOF diff --git a/community/9base/sources b/community/9base/sources index fa0a32f4..3c7fb8b3 100644 --- a/community/9base/sources +++ b/community/9base/sources @@ -1 +1 @@ -https://dl.carbslinux.org/distfiles/9base-20190911.tar.gz +git+https://git.suckless.org/9base diff --git a/community/9base/version b/community/9base/version index 71aaf78c..a383ea1a 100644 --- a/community/9base/version +++ b/community/9base/version @@ -1 +1 @@ -20190911 1 +git 1 -- cgit v1.2.3