summaryrefslogtreecommitdiff
path: root/cmatrix/Pkgfile
diff options
context:
space:
mode:
authorThomas Penteker <tek@serverop.de>2019-04-10 00:57:29 +0200
committerThomas Penteker <tek@serverop.de>2019-04-10 00:57:29 +0200
commita4025b4313f21b09bbac2130902d6f32c1da8588 (patch)
treef178ff8e6274f2437b5e35c1fcec31b38ed96da2 /cmatrix/Pkgfile
parent7d4d9a78577fcdf3d6b95b72d6edf55784d7d6a5 (diff)
downloadcontrib-a4025b4313f21b09bbac2130902d6f32c1da8588.tar.gz
contrib-a4025b4313f21b09bbac2130902d6f32c1da8588.tar.xz
cmatrix: 1.2 -> 2.0
Diffstat (limited to 'cmatrix/Pkgfile')
-rw-r--r--cmatrix/Pkgfile12
1 files changed, 6 insertions, 6 deletions
diff --git a/cmatrix/Pkgfile b/cmatrix/Pkgfile
index 0b4c83797..9df8a556a 100644
--- a/cmatrix/Pkgfile
+++ b/cmatrix/Pkgfile
@@ -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

Generated by cgit