Sync with development-SDXPINN

This commit is contained in:
iamromulan
2024-10-06 02:56:50 -04:00
parent 8ac1dda904
commit 624a74be0d
234 changed files with 107827 additions and 277 deletions

View File

@@ -0,0 +1 @@
libinotifytools.so.0.4.1

View File

@@ -0,0 +1 @@
libinotifytools.so.0.4.1

View File

@@ -0,0 +1,20 @@
Package: inotifywait
Version: 3.20.11.0-1
Depends: libc, libinotifytools
Source: feeds/packages/utils/inotify-tools
SourceName: inotifywait
License: GPLv2
LicenseFiles: COPYING
Section: utils
SourceDateEpoch: 1605477462
Maintainer: Daniel Golle <daniel@makrotopia.org>
Architecture: aarch64_cortex-a53
Installed-Size: 9023
Description: inotify-tools is a C library and a set of command-line programs for
Linux providing a simple interface to inotify. These programs can be
used to monitor and act upon filesystem events. A more detailed
description of the programs is further down the page. The programs are
written in C and have no dependencies other than a Linux kernel
supporting inotify.
This package provides the inotifywait tool.

View File

@@ -0,0 +1 @@
/usr/bin/inotifywait

View File

@@ -0,0 +1,5 @@
#!/bin/sh
[ "${IPKG_NO_SCRIPT}" = "1" ] && exit 0
[ -s ${IPKG_INSTROOT}/lib/functions.sh ] || exit 0
. ${IPKG_INSTROOT}/lib/functions.sh
default_postinst $0 $@

View File

@@ -0,0 +1,4 @@
#!/bin/sh
[ -s ${IPKG_INSTROOT}/lib/functions.sh ] || exit 0
. ${IPKG_INSTROOT}/lib/functions.sh
default_prerm $0 $@

View File

@@ -0,0 +1,20 @@
Package: libinotifytools
Version: 3.20.11.0-1
Depends: libc
Source: feeds/packages/utils/inotify-tools
SourceName: libinotifytools
License: GPLv2
LicenseFiles: COPYING
Section: libs
SourceDateEpoch: 1605477462
Maintainer: Daniel Golle <daniel@makrotopia.org>
Architecture: aarch64_cortex-a53
Installed-Size: 13142
Description: inotify-tools is a C library and a set of command-line programs for
Linux providing a simple interface to inotify. These programs can be
used to monitor and act upon filesystem events. A more detailed
description of the programs is further down the page. The programs are
written in C and have no dependencies other than a Linux kernel
supporting inotify.
This package provides the libinotifytools shared library.

View File

@@ -0,0 +1,3 @@
/usr/lib/libinotifytools.so.0.4.1
/usr/lib/libinotifytools.so
/usr/lib/libinotifytools.so.0

View File

@@ -0,0 +1,5 @@
#!/bin/sh
[ "${IPKG_NO_SCRIPT}" = "1" ] && exit 0
[ -s ${IPKG_INSTROOT}/lib/functions.sh ] || exit 0
. ${IPKG_INSTROOT}/lib/functions.sh
default_postinst $0 $@

View File

@@ -0,0 +1,4 @@
#!/bin/sh
[ -s ${IPKG_INSTROOT}/lib/functions.sh ] || exit 0
. ${IPKG_INSTROOT}/lib/functions.sh
default_prerm $0 $@