milis/talimatname/genel/tango-icon-theme/talimat

19 lines
426 B
Plaintext
Raw Normal View History

2016-02-24 01:27:23 +01:00
# Description: The Tango Desktop Project defines an icon style guideline to which artists and designers can adhere.
2017-04-18 12:58:24 +02:00
# URL: http://tango.freedesktop.org/
# Packager: milisarge
2016-02-24 01:27:23 +01:00
# Depends on: icon-naming-utils imagemagick
2017-04-18 12:58:24 +02:00
2016-02-24 01:27:23 +01:00
name=tango-icon-theme
version=0.8.90
release=1
source=(http://tango.freedesktop.org/releases/$name-$version.tar.gz)
build()
{
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}