19 lines
440 B
Plaintext
19 lines
440 B
Plaintext
# Description: Freedesktop.org Hicolor icon theme
|
|
# URL: http://icon-theme.freedesktop.org/wiki/HicolorTheme
|
|
# Packager: pierre at nutyx dot org
|
|
|
|
name=hicolor-icon-theme
|
|
version=0.15
|
|
release=1
|
|
|
|
source=( http://ftp.osuosl.org/pub/blfs/conglomeration/hicolor-icon-theme/$name-$version.tar.xz)
|
|
|
|
build() {
|
|
cd $name-$version
|
|
./configure --prefix=/usr \
|
|
--mandir=/usr/share/man \
|
|
--infodir=/usr/share/info
|
|
make
|
|
make DESTDIR=$PKG install
|
|
}
|