milis/talimatname/genel/icon-naming-utils/talimat

20 lines
491 B
Plaintext
Raw Normal View History

2016-02-24 01:27:23 +01:00
# Description: Maps the new names of icons for Tango to the legacy names used by GNOME and KDE desktops
# URL: http://tango.freedesktop.org/
2017-01-31 02:35:21 +01:00
# Packager: milisarge
# Depends on: perl-xml-simple
2016-02-24 01:27:23 +01:00
name=icon-naming-utils
version=0.8.90
release=1
source=(http://tango.freedesktop.org/releases/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib/icon-naming-utils \
--localstatedir=/var
make
make DESTDIR=$PKG install
}