summaryrefslogtreecommitdiffstats
path: root/udisks/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2012-05-12 12:16:27 +0200
committertnut <thierryn1 at hispeed dot ch>2012-05-12 12:16:27 +0200
commit832acb4799d307a8bce44f6a80b9288bf325f19f (patch)
tree199332a077a2225d97bc358840f03a72ae3c65f5 /udisks/Pkgfile
parent615f27355d096676738ae2583f7fb576b708e9df (diff)
downloadnutyx-pakxe-832acb4799d307a8bce44f6a80b9288bf325f19f.tar.gz
nutyx-pakxe-832acb4799d307a8bce44f6a80b9288bf325f19f.tar.bz2
nutyx-pakxe-832acb4799d307a8bce44f6a80b9288bf325f19f.tar.xz
nutyx-pakxe-832acb4799d307a8bce44f6a80b9288bf325f19f.zip
udisks dans base
Diffstat (limited to 'udisks/Pkgfile')
-rw-r--r--udisks/Pkgfile25
1 files changed, 25 insertions, 0 deletions
diff --git a/udisks/Pkgfile b/udisks/Pkgfile
new file mode 100644
index 000000000..34c2fd8d6
--- /dev/null
+++ b/udisks/Pkgfile
@@ -0,0 +1,25 @@
+# Description: Service de gestion de disques
+# URL: http://www.freedesktop.org/wiki/Software/udisks
+# Maintainer: NuTyX core team
+# Packager: lesibel at free dot fr
+# Depends on: intltool,docbook-xsl,sg3_utils,dbus-glib,polkit,parted,device-mapper,libatasmart,lsof,lvm2,eject
+# Run on: sg3_utils,dbus-glib,polkit,parted,device-mapper,libatasmart,lsof,lvm2,eject
+
+name=udisks
+version=1.0.4
+release=1
+source=(http://hal.freedesktop.org/releases/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --libexecdir=/usr/lib/udisks \
+ --disable-static
+
+ sed -i -e 's|profile.d|bash_completion.d|' tools/Makefile
+
+ make
+ make DESTDIR=$PKG install
+}