You are not logged in.
Pages: 1
Hello, been a while since I've uploaded a package to incoming
Here is an opengl matrix screensaver, based on the reloaded movie:
pkgname=matrix_gl
pkgver=1.0
pkgrel=1
pkgdesc="3D opengl screensaver based on 'Matrix Reloaded'"
url="http://knoppix.ru/matrixgl.shtml"
depends=('glut' 'xfree86')
conflicts=()
backup=()
install=
source=(http://knoppix.ru/$pkgname_src-$pkgver.tar.gz)
md5sums=('79e5f1668afac8871084525dd347659b')
build() {
mkdir $startdir/pkg/usr/bin -p
cd $startdir/src
sed -i "s/^COMPILERFLAGS.*$/COMPILERFLAGS = -mcpu=i686 -O2 -pipe/" Makefile
make
cp matrix_gl $startdir/pkg/usr/bin
}
and here is a screeny:
Don't forget to post your PKGBUILD in your thread when you announce a new package in incoming.
see HERE for details
Offline
Pages: 1