milis/talimatname/genel/u/udisks/talimat

22 lines
509 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Disk Yönetimi Hizmeti
# URL: http://www.freedesktop.org/wiki/Software/udisks
# Paketçi: milisarge
# Gerekler: acl libgudev dbus-glib libatasmart lvm2 parted polkit sg3-utils docbook-xsl
# Grup: sistem
isim=udisks
surum=1.0.5
devir=2
kaynak=( http://hal.freedesktop.org/releases/$isim-$surum.tar.gz)
derle() {
cd udisks-$surum
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--libexecdir=/usr/lib/udisks
make
make DESTDIR=$PKG profiledir=/etc/bash_completion.d install
}