description="All of the fluxbox styles from the deceased fluxmod.dk site"
url="http://tenr.de/styles/"

packager="tnut <tnut@nutyx.org>"
contributors="Remy"

makedepends=(fluxbox)

name=fluxmod-styles
version=1
release=2

source=(http://tenr.de/styles/archives/fluxmod-styles-pkg.tar.bz2)

build() {
cd fluxmod-styles-pkg

install -dm755 $PKG/usr/share/fluxbox/styles
rm License.txt
rm delfont.sh
rm -r Emerge
find . -type f -exec install -Dm644 '{}' "$PKG/usr/share/fluxbox/styles/{}" \;
}
