opt/hicolor-icon-theme/Pkgfile

15 lines
396 B
Plaintext

# Description: default fallback used by the icon theme specification
# URL: https://www.freedesktop.org/wiki/Software/icon-theme/
# Maintainer: CRUX System Team, core-ports at crux dot nu
name=hicolor-icon-theme
version=0.17
release=1
source=(http://icon-theme.freedesktop.org/releases/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr
make DESTDIR=$PKG install
}