mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
21 lines
612 B
Bash
21 lines
612 B
Bash
# $Id: PKGBUILD 19476 2008-11-24 03:41:21Z thayer $
|
|
# Contributor: Thayer Williams <thayer@archlinux.org>
|
|
# Maintainer: Thayer Williams <thayer@archlinux.org>
|
|
|
|
pkgname=archlinux-themes-slim
|
|
pkgver=1.2
|
|
pkgrel=1
|
|
pkgdesc="Arch Linux themes for the SLiM login manager"
|
|
arch=(i686 x86_64)
|
|
url="http://www.archlinux.org/"
|
|
license=('CCPL:cc-by-sa')
|
|
depends=('slim')
|
|
source=(ftp://ftp.archlinux.org/other/artwork/${pkgname}-${pkgver}.tar.gz)
|
|
md5sums=('f9b7c231ec26c93fc89ecadfa2d0e250')
|
|
|
|
build() {
|
|
cd $srcdir/$pkgname-$pkgver
|
|
mkdir -p $pkgdir/usr/share/slim/themes
|
|
mv archlinux-*/ $pkgdir/usr/share/slim/themes
|
|
}
|
|
|