cmatrix: 1.2 -> 2.0
This commit is contained in:
parent
7d4d9a7857
commit
a4025b4313
@ -1,6 +1,7 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/cmatrix
|
||||
drwxr-xr-x root/root usr/local/
|
||||
drwxr-xr-x root/root usr/local/bin/
|
||||
-rwxr-xr-x root/root usr/local/bin/cmatrix
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/fonts/
|
||||
drwxr-xr-x root/root usr/share/fonts/X11/
|
||||
@ -10,6 +11,3 @@ drwxr-xr-x root/root usr/share/kbd/
|
||||
drwxr-xr-x root/root usr/share/kbd/consolefonts/
|
||||
-rw-r--r-- root/root usr/share/kbd/consolefonts/matrix.fnt
|
||||
-rw-r--r-- root/root usr/share/kbd/consolefonts/matrix.psf.gz
|
||||
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/cmatrix.1.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF355UPLT7m85Lix5hgqMe7JrT34zolA85CrZ6wNs3nGMJDVXdKxXsWASFTQIxxwn+Xzs+Kvx7BfS0fEudZiSuogs=
|
||||
SHA256 (Pkgfile) = d34de7fe549e5a5a9cb8943f422f87f80da0eaa3495afed593ea292cdf73cb14
|
||||
SHA256 (.footprint) = 371ceb2cae3d21f83fbc8d4c51f86107613b994f21c544439ceca75d1289743b
|
||||
SHA256 (1.2.tar.gz) = 6b0b9aff4585147843c4cf8a8c9c6048500f66dc4887a38922197dfa326b57c8
|
||||
RWSagIOpLGJF3/d6QKCYKfIDeZd3i2yAuoohOZRV2c8KwcMW5KUzFmjUD9L+Im1FEYRMl1hb16yDSBM3qhFRHw+GT2mjVMGlqwg=
|
||||
SHA256 (Pkgfile) = 9d14639ef759340e347738fe82d334433d39e96dd81d7165742b558a7c21b264
|
||||
SHA256 (.footprint) = 980245cf20fd710363f629807927c1a6e5f3b14b5f1612861a324bf4c49e6303
|
||||
SHA256 (cmatrix-v2.0.tar.gz) = ad93ba39acd383696ab6a9ebbed1259ecf2d3cf9f49d6b97038c66f80749e99a
|
||||
|
@ -2,23 +2,23 @@
|
||||
# URL: http://www.asty.org/cmatrix/
|
||||
# Maintainer: Thomas Penteker, tek at serverop dot de
|
||||
# Packager: Vincenzo Colosimo vico at bicisport dot de
|
||||
#
|
||||
# Depends on:
|
||||
# Depends on: cmake
|
||||
|
||||
name=cmatrix
|
||||
version=1.2
|
||||
version=2.0
|
||||
release=1
|
||||
source=(https://github.com/abishekvashok/cmatrix/archive/${version}.tar.gz)
|
||||
source=(https://github.com/abishekvashok/cmatrix/archive/v$version/$name-v$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
ls
|
||||
|
||||
./configure --prefix=/usr
|
||||
cmake -DCMAKE_INSTALL_PREFIX=/usr
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
make DESTDIR=$PKG install-data-local
|
||||
|
||||
install -D -m644 -groot -oroot cmatrix.1 $PKG/usr/share/man/1/cmatrix.1
|
||||
install -D -m644 -groot -oroot matrix.fnt $PKG/usr/share/kbd/consolefonts/matrix.fnt
|
||||
install -D -m644 -groot -oroot matrix.psf.gz $PKG/usr/share/kbd/consolefonts/matrix.psf.gz
|
||||
install -D -m644 -groot -oroot mtx.pcf $PKG/usr/share/fonts/X11/misc/mtx.pcf
|
||||
|
Loading…
x
Reference in New Issue
Block a user