summaryrefslogtreecommitdiffstats
path: root/icon-naming-utils/Pkgfile
blob: 546e816a094681bf8cbe118df8dae336e97e8699 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Description: utilitaires de compatibilite d'icones pour KDE/Gnome/Xfce 
# URL: http://tango.freedesktop.org/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: p5-xml-simple
# Run on: p5-xml-simple

name=icon-naming-utils
version=0.8.90
release=1
source=(http://tango.freedesktop.org/releases/$name-$version.tar.gz)

build() {
cd $name-$version
	./configure --prefix=/usr \
	--sysconfdir=/etc \
	--libexecdir=/usr/lib/icon-naming-utils \
	--localstatedir=/var
	make
	make DESTDIR=$PKG install
}