contrib/cmatrix/Pkgfile

26 lines
756 B
Plaintext
Raw Normal View History

2006-11-19 22:26:53 +01:00
# Description: Show a scrolling 'Matrix' like screen in Linux.
# URL: http://www.asty.org/cmatrix/
2008-03-06 00:28:17 +01:00
# Maintainer: Thomas Penteker, tek at serverop dot de
2008-05-16 19:48:04 +02:00
# Packager: Vincenzo Colosimo vico at bicisport dot de
2006-11-19 22:26:53 +01:00
#
# Depends on:
2006-11-14 00:01:22 +01:00
name=cmatrix
2018-09-09 03:36:49 +02:00
version=1.2
2006-11-14 00:01:22 +01:00
release=1
2018-09-09 03:36:49 +02:00
source=(https://github.com/abishekvashok/cmatrix/archive/${version}.tar.gz)
2006-11-14 00:01:22 +01:00
build() {
2006-11-19 22:26:53 +01:00
cd $name-$version
2006-11-14 00:01:22 +01:00
2018-09-09 03:36:49 +02:00
./configure --prefix=/usr
2006-11-14 00:01:22 +01:00
2006-11-19 22:26:53 +01:00
make
2018-09-09 03:36:49 +02:00
make DESTDIR=$PKG install
make DESTDIR=$PKG install-data-local
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
2006-11-14 00:01:22 +01:00
}