diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-01-25 19:16:58 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-01-25 19:16:58 +0100 |
commit | cb46ab5419c0100f4a6447cd025266c29a619469 (patch) | |
tree | 40174c21786bdf3fd034e24a982cea14ba754804 /base/hicolor-icon-theme/Pkgfile | |
parent | 847b088347c93b971114a607db8ea9efc44fa34b (diff) | |
download | nutyx-extra-cb46ab5419c0100f4a6447cd025266c29a619469.tar.gz nutyx-extra-cb46ab5419c0100f4a6447cd025266c29a619469.tar.bz2 nutyx-extra-cb46ab5419c0100f4a6447cd025266c29a619469.tar.xz nutyx-extra-cb46ab5419c0100f4a6447cd025266c29a619469.zip |
maj hicolor-icon-theme#0.11-1, déplacé dans base
Diffstat (limited to 'base/hicolor-icon-theme/Pkgfile')
-rwxr-xr-x | base/hicolor-icon-theme/Pkgfile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/base/hicolor-icon-theme/Pkgfile b/base/hicolor-icon-theme/Pkgfile new file mode 100755 index 000000000..91a22c85f --- /dev/null +++ b/base/hicolor-icon-theme/Pkgfile @@ -0,0 +1,19 @@ +# Description: Collection par défault d'icones +# URL: http://icon-theme.freedesktop.org/wiki/HicolorTheme +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch + +name=hicolor-icon-theme +version=0.11 +release=1 +source=( http://icon-theme.freedesktop.org/releases/$name-$version.tar.gz) + + +build() { + cd $name-$version + ./configure --prefix=/usr \ + --mandir=/usr/share/man \ + --infodir=/usr/share/info + make + make DESTDIR=$PKG install +} |