# Pcakaged by Didier Spaier pkgname=$(pwd|sed "s,.*/,,") pkgver=1 pkgrel=1slint source=("xvfb-run.1.gz" "xvfb-run" "README.Slint") docs=("copying" "authors" "news" "license" "changes") options=("nosrcpack") slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname (wrapper for xvfb command)" "$pkgname is a wrapper for the command xvfb which simplifies the task" "of running commands (typically an X client, or a script containing a" "list of clients to be run) within a virtual X server environment." "" "Authors: Branden Robinson and Jeff Licquia" ) build() { cd $SRC || return 1 mkdir -p $PKG/usr/bin mkdir -p $PKG/usr/man/man1 mkdir -p $PKG/usr/doc/${pkgname}-$pkgver cp xvfb-run $PKG/usr/bin cp xvfb-run.1 $PKG/usr/man/man1 cp README.Slint $PKG/usr/doc/${pkgname}-$pkgver/ }