
Untitled
By: a guest on
Jul 9th, 2010 | syntax:
Bash | size: 0.62 KB | hits: 124 | expires: Never
# Maintainer: dmytro <edio at DOMAIN>
# Contributor: Kurt J. Bosch <kjb-temp-2009 at alpenjodel.de>
_name=arch-elegant
pkgname=fbsplash-theme-${_name}
pkgver=0.2.3
pkgrel=2
pkgdesc="Simple and elegant theme for Fbsplash"
arch=('any')
license=('CCPL:cc-by-nc-sa')
_id=125311
url="http://opendesktop.org/content/show.php?content=${_id}"
depends=('fbsplash')
source=("${pkgname}-${pkgver}.tar.gz::http://opendesktop.org/CONTENT/content-files/${_id}-${_name}.tar.gz")
build() {
mkdir -p "${pkgdir}"/etc/splash &&
cp -a "${srcdir}"/${_name} "${pkgdir}"/etc/splash/
}
md5sums=('3d72db743eb99cce7d693ea6282f3693')