milis/talimatname/genel/udevil/talimat

19 lines
574 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: glib intltool
name=udevil
version=0.4.4
release=2
source=(https://github.com/IgnorantGuru/$name/archive/$version.tar.gz::$name-$version.tar.gz)
build() {
cd udevil-$version
./configure --prefix=/usr \
--disable-systemd \
--with-setfacl-prog=/bin/setfacl
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share
}