CRUX-ARM : Home

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