summaryrefslogtreecommitdiffstats
path: root/gnome-icon-theme-symbolic/Pkgfile
blob: 5244bdd9799d75803d5df87f42402921a74efd7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Description: Jeu d'icones de symboles de Gnome
# URL: http://www.gnome.org
# Maintainer: NuTyX core team
# Packager: piernov <piernov@piernov.org>
# Depends on: intltool, gtk, icon-naming-utils, p5-xml-parser, hicolor-icon-theme
# Run on: gtk,icon-naming-utils,p5-xml-parser,hicolor-icon-theme

name=gnome-icon-theme-symbolic
version=3.3.91.1
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*.*}/$name-$version.tar.xz)

build() {
	cd $name-$version
	./configure --prefix=/usr
	make
	make DESTDIR=$PKG install
}