summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--s-cdda/.footprint7
-rw-r--r--s-cdda/.signature5
-rw-r--r--s-cdda/Pkgfile15
3 files changed, 27 insertions, 0 deletions
diff --git a/s-cdda/.footprint b/s-cdda/.footprint
new file mode 100644
index 000000000..7a9607dc3
--- /dev/null
+++ b/s-cdda/.footprint
@@ -0,0 +1,7 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/s-cdda
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/s-cdda.1.gz
diff --git a/s-cdda/.signature b/s-cdda/.signature
new file mode 100644
index 000000000..23171a994
--- /dev/null
+++ b/s-cdda/.signature
@@ -0,0 +1,5 @@
+untrusted comment: verify with /etc/ports/stenur.pub
+RWQEMWjN1NA434H6R7s4Sb+NmaJmDiIBtcfVjVk3OTR9MQTVZtp2yWxkANhC4KmTX5VdTpbIXKO8ym3/aN3pHTNWUUrWYmmq4Qs=
+SHA256 (Pkgfile) = 53f5829c2080c2c2ca703afc140c8c0550f7c5e403880686fc0f2b5127bdc88b
+SHA256 (.footprint) = 1b7440aa1b6f13df9f9af620556d465d76b074c973d122d841d9d4d3453ecc90
+SHA256 (s-cdda-0.8.4.tar.gz) = 254073e5e94874ad9c243ba15240973a510f6e9f8345d38f00e03081bcc749dd
diff --git a/s-cdda/Pkgfile b/s-cdda/Pkgfile
new file mode 100644
index 000000000..a6e29e8df
--- /dev/null
+++ b/s-cdda/Pkgfile
@@ -0,0 +1,15 @@
+# Description: S-cdda: access audio CDs (informations and track data)
+# URL: https://git.sdaoden.eu/cgit/s-toolbox.git
+# Maintainer: Steffen Nurpmeso, steffen at sdaoden dot eu
+
+name=s-cdda
+version=0.8.4
+release=1
+source=(https://ftp.sdaoden.eu/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ make install DESTDIR=$PKG PREFIX=/usr
+}
+
+# s-sh-mode

Generated by cgit