milis/talimatname/genel/udevil/talimat

23 lines
609 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.

# Description: Çıkarılabilir aygıtları, ISO dosyalarını, nfs://, smb://, ftp://, ssh:// ve WebDAV URL'lerini ve tmpfs/ramfs dosya sistemlerini bağlayın ve çıkarın.
# URL: http://ignorantguru.github.com/udevil
# Packager: milisarge
# Depends on: eudev glib intltool
name=udevil
version=0.4.3
release=2
source=(https://github.com/IgnorantGuru/udevil/tarball/master)
build() {
bsdtar -p -o -xf master
cd IgnorantGuru-udevil-ce9f1c5
./configure --prefix=/usr \
--disable-nls \
--disable-systemd \
--with-setfacl-prog=/bin/setfacl
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share
}