Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
cddlib


Commits:
2de8316c by Antonio Rojas at 2024-07-01T22:47:59+02:00
upgpkg: 1:0.94m-2: Rebuild for missing .SRCINFO

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,16 @@
+pkgbase = cddlib
+       pkgdesc = C library implementing Double Description Method for convex 
polyhedra
+       pkgver = 0.94m
+       pkgrel = 2
+       epoch = 1
+       url = https://www.inf.ethz.ch/personal/fukudak/cdd_home/
+       arch = x86_64
+       license = GPL-2.0-only
+       makedepends = git
+       makedepends = texlive-latex
+       depends = glibc
+       depends = gmp
+       source = git+https://github.com/cddlib/cddlib#tag=0.94m
+       sha256sums = 
3c5ab4c72799f929bcffd98a442b89431fe144aec83931e44e78613278693e2f
+
+pkgname = cddlib


=====================================
PKGBUILD
=====================================
@@ -3,23 +3,31 @@
 
 pkgname=cddlib
 pkgver=0.94m
-pkgrel=1
+pkgrel=2
 epoch=1
-pkgdesc="C library implementing Double Description Method for convex polyhedra"
+pkgdesc='C library implementing Double Description Method for convex polyhedra'
 arch=(x86_64)
-url="https://www.inf.ethz.ch/personal/fukudak/cdd_home/";
-license=(GPL)
-depends=(gmp)
-source=("https://github.com/cddlib/cddlib/releases/download/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha256sums=('70dffdb3369b8704dc75428a1b3c42ab9047b81ce039f12f427e2eb2b1b0dee2')
+url='https://www.inf.ethz.ch/personal/fukudak/cdd_home/'
+license=(GPL-2.0-only)
+depends=(glibc
+         gmp)
+makedepends=(git
+             texlive-latex)
+source=(git+https://github.com/cddlib/cddlib#tag=$pkgver)
+sha256sums=('3c5ab4c72799f929bcffd98a442b89431fe144aec83931e44e78613278693e2f')
+
+prepare() {
+  cd $pkgname
+  autoreconf -vi
+}
 
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make DESTDIR="$pkgdir" install
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cddlib/-/commit/2de8316c799af50cfa1b968c6d5f2495534c458e

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cddlib/-/commit/2de8316c799af50cfa1b968c6d5f2495534c458e
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to