IGNOREPATH=/etc:/home:/var:/dev:/boot:/root:/tmp:/usr/local:/bin:/sbin:/mnt:/usr/src STRIPLIB=y STRIPBIN=y VERSION=0.5 PROGNAME="hicolor-icon-theme $VERSION" DESC="\ hicolor-icon-theme (default icon theme) \n\ \n\ This is the default fallback theme used by implementations of the icon \n\ theme specification. \n\ \n\ The specification is availible at: \n\ http://www.freedesktop.org/standards/icon-theme-spec/" BUILD=1 MAINTAINER="Mark Post " SOURCE=http://freedesktop.org/Software/icon-theme/releases/ PKGNAME=hicolor-icon-theme-$VERSION-s390-$BUILD TAG=OPT compile() { tar -zxvf $CWD/hicolor-icon-theme-$VERSION.tar.gz cd hicolor-icon-theme-$VERSION/ chown -R root.root . find . -perm 777 -exec chmod 755 {} \; find . -perm 664 -exec chmod 644 {} \; ./configure --prefix=/usr make } install() { make install DESTDIR=/package-hicolor-icon-theme mkdir -p /package-hicolor-icon-theme/usr/doc/hicolor-icon-theme-$VERSION cp -a COPYING README \ /package-hicolor-icon-theme/usr/doc/hicolor-icon-theme-$VERSION } special() { cd $PKG mv package-hicolor-icon-theme/* ./ rmdir package-hicolor-icon-theme cd $CTL cat $CWD/slack-desc > slack-desc sed -e 's%package-hicolor-icon-theme/%%g' doinst.sh > doinst.sh.new cat doinst.sh.new > doinst.sh rm doinst.sh.new }