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

20 lines
513 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Tango simgelerinin yeni adlarını GNOME ve KDE masaüstleri tarafından kullanılan eski adlarla eşleştirir
# URL: http://tango.freedesktop.org/
# Packager: milisarge
# Depends on: perl-xml-simple
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
}