aboutsummaryrefslogtreecommitdiffstats
path: root/libspoton
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2024-10-08 20:37:59 +0200
committerMattias Andrée <m@maandree.se>2024-10-08 20:37:59 +0200
commit0154753b4432ab9ea89ce4efbaa4462fab5b1fba (patch)
treec7010780da4e12fa6e6d6e0fced00b6a75844db2 /libspoton
parentUpdate libkeccak-musl to version 1.4.2 (diff)
downloadaur-packages-0154753b4432ab9ea89ce4efbaa4462fab5b1fba.tar.gz
aur-packages-0154753b4432ab9ea89ce4efbaa4462fab5b1fba.tar.bz2
aur-packages-0154753b4432ab9ea89ce4efbaa4462fab5b1fba.tar.xz
cleanup
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'libspoton')
-rw-r--r--libspoton/PKGBUILD28
l---------libspoton/upload1
2 files changed, 0 insertions, 29 deletions
diff --git a/libspoton/PKGBUILD b/libspoton/PKGBUILD
deleted file mode 100644
index 289f8ad..0000000
--- a/libspoton/PKGBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# Maintainer: Mattias Andrée <m@`base64 -d`(bWFhbmRyZWU).se>
-
-pkgname=libspoton
-pkgver=2017.01.20
-pkgrel=1
-pkgdesc='Binding library for Spot-On'
-url='http://spot-on.sourceforge.net/'
-arch=('i686' 'x86_64')
-license=('custom:3-clause BSD')
-depends=('sqlite' 'libgcrypt>=1.5' 'libntru')
-makedepends=('sqlite' 'libgcrypt>=1.5' 'make' 'gcc' 'coreutils')
-source=("Spot-On-${pkgver}.zip::http://downloads.sourceforge.net/project/spot-on/Version%20${pkgver}/Spot-On-Src.d.zip?r=")
-sha256sums=('45ff31d37092f653c0b94b4dc47b16f64c4b1327841bacfd8a4f624b63a6e04c')
-
-
-build() {
- cd "$srcdir/spot-on.d/libSpotOn"
- make
-}
-
-package () {
- cd "$srcdir/spot-on.d/libSpotOn"
- install -dm755 -- "$pkgdir/usr/lib"
- install -m755 -- libspoton.so "$pkgdir/usr/lib/libspoton.so"
- install -dm755 -- "$pkgdir/usr/include"
- install -m755 -- libspoton.h "$pkgdir/usr/include/libspoton.h"
-}
-
diff --git a/libspoton/upload b/libspoton/upload
deleted file mode 120000
index 1e7a8be..0000000
--- a/libspoton/upload
+++ /dev/null
@@ -1 +0,0 @@
-../upload \ No newline at end of file