CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Fixed major update for Arch-Maintainer's email (all ports)
[attic/ports/opt-cross.git] / hicolor-icon-theme / Pkgfile
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 # Arch Maintainer System Team devel at crux-arm dot nu
5 # Depends on:
6
7 name=hicolor-icon-theme
8 version=0.11
9 release=1
10 source=(http://icon-theme.freedesktop.org/releases/$name-$version.tar.gz)
11
12 build() {
13 cd $name-$version
14 ./configure --prefix=/usr
15 make DESTDIR=$PKG install
16 }