Subversion Repository

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations)
Sun Oct 4 14:31:24 2009 UTC (3 years, 7 months ago) by cjg
File size: 390 byte(s)
importing opt
1 # Description: default fallback used by the icon theme specification
2 # URL: http://icon-theme.freedesktop.org/wiki/HicolorTheme
3 # Maintainer: Tilman Sauerbeck, tilman at crux dot nu
4
5 name=hicolor-icon-theme
6 version=0.10
7 release=1
8 source=(http://icon-theme.freedesktop.org/releases/$name-$version.tar.gz)
9
10 build() {
11 cd $name-$version
12 ./configure --prefix=/usr
13 make DESTDIR=$PKG install
14 }