From 0154753b4432ab9ea89ce4efbaa4462fab5b1fba Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 8 Oct 2024 20:37:59 +0200 Subject: cleanup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libspoton/PKGBUILD | 28 ---------------------------- libspoton/upload | 1 - 2 files changed, 29 deletions(-) delete mode 100644 libspoton/PKGBUILD delete mode 120000 libspoton/upload (limited to 'libspoton') 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 - -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 -- cgit v1.2.3-70-g09d2