This commit is contained in:
joborun linux 2024-04-05 15:13:41 +03:00
parent 91f9aab98b
commit 0919f02f4f
6 changed files with 1 additions and 79 deletions

1
libjuice Symbolic link
View File

@ -0,0 +1 @@
libjuice

View File

@ -1,41 +0,0 @@
#!/usr/bin/bash
# JOBoRun : Jwm OpenBox Obarun RUNit
# Maintainer : Joe Bo Run <joborun@disroot.org>
# PkgSource : url="https://gittea.disroot.org/joborun-pkg/jobcomm/$pkgname"
# Website : https://pozol.eu
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=libjuice
pkgver=1.3.3
pkgrel=02
pkgdesc="UDP Interactive Connectivity Establishment (ICE) library"
url="https://github.com/paullouisageneau/$pkgname"
makedepends=('git' 'cmake')
depends=()
provides=("$pkgname")
conflicts=("$pkgname")
source=("git+https://github.com/paullouisageneau/$pkgname.git#tag=v$pkgver")
build() {
cd $pkgname
rm -rf build
cmake -B build -Wno-dev -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DNO_TESTS=1
cd build
make
}
package() {
cd $pkgname
cd build
make DESTDIR="$pkgdir/" install
}
#---- arch license gpg-key & sha256sums ----
arch=(x86_64)
license=('MPL2')
sha256sums=(SKIP)
## 69efe2efee2bb44bc46c6240261689645d465a802344ee7d662c8b68565c2f18 libjuice-1.3.3-02-x86_64.pkg.tar.lz

View File

@ -1,29 +0,0 @@
# Maintainer: Paul-Louis Ageneau <paul-louis at ageneau dot org>
pkgname=libjuice
pkgver=1.3.3
pkgrel=1
pkgdesc="UDP Interactive Connectivity Establishment (ICE) library"
arch=('x86_64' 'i686' 'armv7h' 'aarch64')
url="https://github.com/paullouisageneau/$pkgname"
license=('MPL2')
makedepends=('git' 'cmake')
depends=()
provides=("$pkgname")
conflicts=("$pkgname")
source=("git+https://github.com/paullouisageneau/$pkgname.git#tag=v$pkgver")
md5sums=('SKIP')
build() {
cd $pkgname
rm -rf build
cmake -B build -Wno-dev -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DNO_TESTS=1
cd build
make
}
package() {
cd $pkgname
cd build
make DESTDIR="$pkgdir/" install
}

View File

@ -1 +0,0 @@
rm -rf {src,pkg,libjuice}

View File

@ -1,2 +0,0 @@
git
cmake

View File

@ -1,6 +0,0 @@
real 0m7.464s
user 0m6.118s
sys 0m0.776s