diff options
author | tnut <tnut at nutyx dot com> | 2011-09-19 20:31:22 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-09-19 20:31:22 +0200 |
commit | 898edbb92fad9561bab42e6b51484681b3b08f32 (patch) | |
tree | e9b083d2b3f28b90214ee3fae54a45cc79bd7f86 /extra/colord/Pkgfile | |
parent | 849e6e4d6a1961abba2e3d9e47c4f19fdf32b554 (diff) | |
download | nutyx-extra-898edbb92fad9561bab42e6b51484681b3b08f32.tar.gz nutyx-extra-898edbb92fad9561bab42e6b51484681b3b08f32.tar.bz2 nutyx-extra-898edbb92fad9561bab42e6b51484681b3b08f32.tar.xz nutyx-extra-898edbb92fad9561bab42e6b51484681b3b08f32.zip |
ajout de colord 0.1.12-1
Diffstat (limited to 'extra/colord/Pkgfile')
-rw-r--r-- | extra/colord/Pkgfile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/extra/colord/Pkgfile b/extra/colord/Pkgfile new file mode 100644 index 000000000..24fa0d1f3 --- /dev/null +++ b/extra/colord/Pkgfile @@ -0,0 +1,28 @@ +# Description: Démon bas niveau pour la gestion de profiles de couleurs sur des périphériques +# URL: http://www.freedesktop.org/software/colord/ +# Maintainer: NuTyX core team +# Packager: piernov <piernov@piernov.org> +# Depends on: polkit, lcms2, gobject-introspection, libusb, dbus +# Run on: polkit,lcms2,gobject-introspection,libusb,dbus + +name=colord +version=0.1.12 +release=1 +source=(http://www.freedesktop.org/software/$name/releases/$name-$version.tar.xz) + +build() { + cd $name-$version + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --libexecdir=/usr/bin \ + --disable-gtk-doc \ + --disable-schemas-compile \ + --enable-polkit \ + --disable-sane \ + --enable-gudev \ + --enable-reverse + make + make DESTDIR=$PKG install +} + |