opt/hicolor-icon-theme/Pkgfile
2008-02-01 22:02:04 +01:00

15 lines
390 B
Plaintext

# Description: default fallback used by the icon theme specification
# URL: http://icon-theme.freedesktop.org/wiki/HicolorTheme
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
name=hicolor-icon-theme
version=0.10
release=1
source=(http://icon-theme.freedesktop.org/releases/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make DESTDIR=$PKG install
}