blob: 12479337abaee4d2eff36051016638067ffba156 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Description: tango icon theme
# URL: http://tango.freedesktop.org/Tango_Icon_Library
# Maintainer: Erich Eckner, crux at eckner dot net
# Packager: Niklas Wennerstrand, niklas at allow dot se
# Depends on: p5-xml-simple
name=icon-naming-utils
version=0.8.90
release=2
source=(http://tango.freedesktop.org/releases/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr --libexecdir=/usr/lib/icon-naming-utils
make
make check
make DESTDIR=$PKG install
}
|