blob: 20bf25b79ae79feb97d88a5b729cbb0b0a237459 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Description: utilitaires de compatibilite d'icones pour KDE/Gnome/Xfce
# URL: http://tango.freedesktop.org/
# Maintainer: NuTyX core team
# Packager: fred.galusik at gmail dot com
# Depends 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
}
|