#Maintainer: Nigel Bosch pkgname=nitrogen pkgver=1.4 pkgrel=1 zenver=54 arch=i486 source=("http://projects.l3ib.org/nitrogen/files/$pkgname-$pkgver.tar.gz") docs=("authors" "copying" "changelog" "install" "news" "readme") url=http://projects.l3ib.org/nitrogen/ sourcetemplate=http://zenwalk.pinguix.com/user-accounts/sparky/packages/$pkgname/ slackdesc=\ ( #|------handy-ruler----------------------------------------------------| "$pkgname - Background manager for X windows" "Nitrogen is a background browser and setter for X windows. It is" "written in C++ using the gtkmm toolkit. It can be used in two modes:" "browser and recall. Nitrogen has been in development for over 2 years," "due to real life and laziness." "The proper way to start Nitrogen is from a terminal, with the command:" "'nitrogen DIRECTORY', where DIRECTORY is the folder where your images" "are located. Nitrogen will scan this directory recursively for images." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc make || return 1 make install DESTDIR=$startdir/pkg }