summaryrefslogtreecommitdiffstats
path: root/udisks2/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-01-22 23:32:28 +0100
committerpiernov <piernov@piernov.org>2012-01-22 23:32:28 +0100
commitb61acdf0dc0181b466e9a2227cb48f96942b8360 (patch)
tree422e5a00ab20bb69e820126c6dcfff7443167e01 /udisks2/Pkgfile
parent4711bb93caf80c0eaa7a3e6cc5dff1ed870900bb (diff)
downloadnutyx-extra-b61acdf0dc0181b466e9a2227cb48f96942b8360.tar.gz
nutyx-extra-b61acdf0dc0181b466e9a2227cb48f96942b8360.tar.bz2
nutyx-extra-b61acdf0dc0181b466e9a2227cb48f96942b8360.tar.xz
nutyx-extra-b61acdf0dc0181b466e9a2227cb48f96942b8360.zip
udisks2 1.90.0-1 ajout port
Diffstat (limited to 'udisks2/Pkgfile')
-rw-r--r--udisks2/Pkgfile21
1 files changed, 21 insertions, 0 deletions
diff --git a/udisks2/Pkgfile b/udisks2/Pkgfile
new file mode 100644
index 000000000..978a0f728
--- /dev/null
+++ b/udisks2/Pkgfile
@@ -0,0 +1,21 @@
+# Description: Service de gestion de disques
+# URL: http://www.freedesktop.org/wiki/Software/udisks
+# Maintainer: NuTyX core team
+# Packager: piernov <piernov@piernov.org>
+# Depends on: dbus, udev, glib, dosfstools, ntfsprogs, mtools, parted, libatasmart, polkit, intltool, gobject-introspection
+# Run on: dbus,udev,glib,dosfstools,ntfsprogs,mtools,parted,libatasmart,polkit
+
+name=udisks2
+version=1.90.0
+release=1
+source=(http://udisks.freedesktop.org/releases/udisks-$version.tar.bz2)
+
+build() {
+ cd udisks-$version
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --libexecdir=/usr/lib/$name
+ make
+ make DESTDIR=$PKG install
+}