# Maintainer: nemesys # Contributor: Dmytro Kostiuchenko # Contributor: Kurt J. Bosch _name=arch-elegant pkgname=fbsplash-theme-${_name} pkgver=0.2.5 pkgrel=1 pkgdesc="Simple and elegant theme for Fbsplash" arch=('any') license=('GPL') _id=125311 url="http://opendesktop.org/content/show.php?content=${_id}" depends=('fbsplash') source=("${pkgname}-${pkgver}.tar.gz::http://sourceshark.com/sourcecode/khotnewstuff/bootsplashs/downloads/125311-arch-elegant.tar.gz") package() { mkdir -p "${pkgdir}"/etc/splash && cp -a "${srcdir}"/${_name} "${pkgdir}"/etc/splash/ } md5sums=('eb5e384b19e64e1d7ead978bbd14d43c')