diff options
Diffstat (limited to 'pcr/gnome-colors-icon-theme/PKGBUILD')
-rw-r--r-- | pcr/gnome-colors-icon-theme/PKGBUILD | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/pcr/gnome-colors-icon-theme/PKGBUILD b/pcr/gnome-colors-icon-theme/PKGBUILD new file mode 100644 index 000000000..e3e481437 --- /dev/null +++ b/pcr/gnome-colors-icon-theme/PKGBUILD @@ -0,0 +1,23 @@ +# Maintainer (Arch): Christian Hesse <arch@eworm.de> +# Contributor (Arch): BlackICE <manfredi at gmail.com> +# Contributor (Arch): jsteel <jsteel at aur.archlinux.org> +# Contributor (Arch): Arkham <arkham at archlinux dot us> +# Contributor (Arch): Artyom Smirnov <smirnoffjr@gmail.com> +# Contributor (Arch): 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 +} + |