opt/hicolor-icon-theme/Pkgfile

15 lines
405 B
Plaintext
Raw Normal View History

# Description: default fallback used by the icon theme specification
2021-01-23 13:10:40 +01:00
# URL: https://www.freedesktop.org/wiki/Software/icon-theme/
# Maintainer: CRUX System Team, core-ports at crux dot nu
name=hicolor-icon-theme
2017-08-31 18:22:59 +02:00
version=0.17
release=1
2014-12-09 22:52:54 +01:00
source=(http://icon-theme.freedesktop.org/releases/$name-$version.tar.xz)
build() {
2017-08-22 23:08:00 +02:00
cd $name-$version
./configure --prefix=/usr
make DESTDIR=$PKG install
}