mirror of
https://github.com/outbackdingo/ports.git
synced 2026-02-06 01:16:26 +00:00
New port: udevil 0.4.4
This commit is contained in:
1
main/udevil/.checksums
Normal file
1
main/udevil/.checksums
Normal file
@@ -0,0 +1 @@
|
||||
281aa065d92c679cb41728069e72b272 udevil-0.4.4.tar.gz
|
||||
15
main/udevil/.pkgfiles
Normal file
15
main/udevil/.pkgfiles
Normal file
@@ -0,0 +1,15 @@
|
||||
udevil-0.4.4-1
|
||||
drwxr-xr-x root/root etc/
|
||||
drwxr-xr-x root/root etc/conf.d/
|
||||
-rw-r--r-- root/root etc/conf.d/devmon
|
||||
drwxr-xr-x root/root etc/udevil/
|
||||
-rw-r--r-- root/root etc/udevil/udevil.conf
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/devmon
|
||||
-rwsr-xr-x root/root usr/bin/udevil
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
drwxr-xr-x root/root usr/lib/systemd/
|
||||
drwxr-xr-x root/root usr/lib/systemd/system/
|
||||
-rw-r--r-- root/root usr/lib/systemd/system/devmon@.service
|
||||
drwxr-xr-x root/root usr/share/
|
||||
23
main/udevil/spkgbuild
Executable file
23
main/udevil/spkgbuild
Executable file
@@ -0,0 +1,23 @@
|
||||
# description : Mount and unmount without password
|
||||
# depends : intltool gettext eudev glib
|
||||
|
||||
name=udevil
|
||||
version=0.4.4
|
||||
release=1
|
||||
backup=/etc/udevil/udevil.conf
|
||||
source="$name-$version.tar.gz::https://github.com/IgnorantGuru/udevil/archive/refs/tags/$version.tar.gz"
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
|
||||
./configure --prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--libexecdir=/usr/lib \
|
||||
--localstatedir=/var \
|
||||
--disable-static \
|
||||
--disable-man \
|
||||
--disable-systemd
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user