summaryrefslogtreecommitdiff
path: root/community/hsetroot/PKGBUILD
blob: e6b8b4992f133a9fbd8d127779f8ed2af63b9c22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
# Contributor: SmackleFunky <smacklefunky@optusnet.com.au>
# Contributor: Slash <demodevil5[at]yahoo[dot]com>

pkgname=hsetroot
pkgver=1.0.2
pkgrel=2
pkgdesc='A tool which allows you to compose wallpapers for X.'
url='http://www.thegraveyard.org/hsetroot.php'
license=('GPL')
depends=('imlib2' 'xorg-server')
arch=('i686' 'x86_64')
source=("http://www.thegraveyard.org/files/${pkgname}-${pkgver}.tar.gz")
md5sums=('f599770a6411dcfe216c37b280fad9bc')

build() {
  cd "${srcdir}/${pkgname}-${pkgver}"

  ./configure --prefix=/usr
  make
}

package() {
  cd "${srcdir}/${pkgname}-${pkgver}"
  make DESTDIR="${pkgdir}" install
}