summaryrefslogtreecommitdiff
path: root/pcr/gnome-colors-icon-theme/PKGBUILD
blob: a0cbdae52ae08a2631a9c64541584287cff3ce5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Maintainer (arch): Christian Hesse <arch@eworm.de>
# Contributor: BlackICE <manfredi at gmail.com>
# Contributor: jsteel <jsteel at aur.archlinux.org>
# Contributor: Arkham <arkham at archlinux dot us>
# Contributor: Artyom Smirnov <smirnoffjr@gmail.com>
# Contributor: Marius <marius at matamare dot ro>

pkgname=gnome-colors-icon-theme
pkgver=5.5.1
pkgrel=3
pkgdesc='GNOME-Colors icon theme'
arch=('any')
url='http://gnome-colors.googlecode.com'
license=('GPL2')
source=(http://gnome-colors.googlecode.com/files/gnome-colors-$pkgver.tar.gz)
md5sums=('8ec81b556bac351817bd56a1701dbbfb')

package() {
	cd "${srcdir}"

	make DESTDIR="${pkgdir}"/ install
}