diff options
Diffstat (limited to 'sc')
-rw-r--r-- | sc/.footprint | 8 | ||||
-rw-r--r-- | sc/.signature | 6 | ||||
-rw-r--r-- | sc/Pkgfile | 8 |
3 files changed, 14 insertions, 8 deletions
diff --git a/sc/.footprint b/sc/.footprint index 1e26ff41a..383a6a62f 100644 --- a/sc/.footprint +++ b/sc/.footprint @@ -3,11 +3,11 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/psc -rwxr-xr-x root/root usr/bin/sc -rwxr-xr-x root/root usr/bin/scqref -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/psc.1.gz --rw-r--r-- root/root usr/man/man1/sc.1.gz drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/psc.1.gz +-rw-r--r-- root/root usr/share/man/man1/sc.1.gz drwxr-xr-x root/root usr/share/sc/ drwxr-xr-x root/root usr/share/sc/plugins/ -rw-r--r-- root/root usr/share/sc/tutorial.sc diff --git a/sc/.signature b/sc/.signature new file mode 100644 index 000000000..d049a24f3 --- /dev/null +++ b/sc/.signature @@ -0,0 +1,6 @@ +untrusted comment: verify with /etc/ports/opt.pub +RWSE3ohX2g5d/SEsUXEfoCnFcmUBiU77KEzKDwiCt48NSXieWOrVAfCAwCD3bgK0gqt5BfcN+OX1msqNHPnX8z9N6LUTTujzCwU= +SHA256 (Pkgfile) = 86c7a810f6c5ac081ed920b301fd4ac3910860a9dc2f0c009fa649eea01af48d +SHA256 (.footprint) = 743761643f2ec04193f9766f2c2e84c0232755523f7e7d67eed13bf8f71f794d +SHA256 (sc_7.16.orig.tar.gz) = e541f98bcf78ded2de2ce336abda9705a24b6ce67fc82806107880bf6504642a +SHA256 (sc_7.16-4.debian.tar.xz) = 8bc1ad000417a9d7c22aa68b75da4d30bd662be04cec91f0c7c381fd06bb07e4 diff --git a/sc/Pkgfile b/sc/Pkgfile index 22a282cf4..94c1e2722 100644 --- a/sc/Pkgfile +++ b/sc/Pkgfile @@ -5,7 +5,7 @@ name=sc version=7.16 -release=5 +release=6 source=(http://ftp.de.debian.org/debian/pool/main/s/sc/sc_7.16.orig.tar.gz \ http://ftp.de.debian.org/debian/pool/main/s/sc/sc_7.16-4.debian.tar.xz) @@ -21,10 +21,10 @@ build () { -e "/^LIBDIR=/s|doc/||" \ -e "/^LIB=/s/ncurses/ncursesw/" -i Makefile - install -d $PKG/usr/{bin,man/man1,share/sc} + install -d $PKG/usr/{bin,share/man/man1,share/sc} make - make prefix=$PKG/usr install + make prefix=$PKG/usr MANDIR=$PKG/usr/share/man/man1 install - sed -i "s|$PKG||g" $PKG/usr/man/man1/sc.1 + sed -i "s|$PKG||g" $PKG/usr/share/man/man1/sc.1 } |