[arch-commits] Commit in ode/repos/community-x86_64 (PKGBUILD PKGBUILD)

Santiago Torres-Arias sangy at archlinux.org
Thu Jun 10 17:55:09 UTC 2021


    Date: Thursday, June 10, 2021 @ 17:55:09
  Author: sangy
Revision: 961544

archrelease: copy trunk to community-x86_64

Added:
  ode/repos/community-x86_64/PKGBUILD
    (from rev 961543, ode/trunk/PKGBUILD)
Deleted:
  ode/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   95 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 48 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-10 17:53:45 UTC (rev 961543)
+++ PKGBUILD	2021-06-10 17:55:09 UTC (rev 961544)
@@ -1,47 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Adam Griffiths <adam_griffithsAATTdart.net.au>
-
-pkgname=ode
-pkgver=0.16
-pkgrel=1
-pkgdesc='High performance library for simulating rigid body dynamics'
-arch=('x86_64')
-url='https://bitbucket.org/odedevs/ode/'
-license=('BSD' 'LGPL')
-source=("https://bitbucket.org/odedevs/$pkgname/downloads/$pkgname-$pkgver.tar.gz")
-sha256sums=('4ba3b76f9c1314160de483b3db92b0569242a07452cbb25b368e75deb3cabf27')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  ./bootstrap
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  export CXXFLAGS='-w -Ofast -fpermissive'
-
-  ./configure \
-    --prefix=/usr \
-    --enable-shared \
-    --enable-double-precision \
-    --enable-libccd \
-    --enable-ou \
-    --enable-silent-rules
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  DESTDIR="$pkgdir" make install
-
-  install -Dm644 ou/LICENSE-BSD.TXT "$pkgdir/usr/share/licenses/$pkgname/LICENSE-BSD.TXT"
-  install -Dm644 GIMPACT/GIMPACT-LICENSE-BSD.TXT "$pkgdir/usr/share/licenses/$pkgname/GIMPACT-LICENSE-BSD.TXT"
-  install -Dm644 libccd/BSD-LICENSE "$pkgdir/usr/share/licenses/$pkgname/BSD-LICENSE"
-}
-
-# getver: bitbucket.org/odedevs/ode/raw/tip/configure.ac
-# vim: ts=2 sw=2 et:

Copied: ode/repos/community-x86_64/PKGBUILD (from rev 961543, ode/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-10 17:55:09 UTC (rev 961544)
@@ -0,0 +1,48 @@
+# Maintainer: Santiago Torres-Arias <santiago at archlinux.org>
+# Contributor: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Adam Griffiths <adam_griffithsAATTdart.net.au>
+
+pkgname=ode
+pkgver=0.16.2
+pkgrel=1
+pkgdesc='High performance library for simulating rigid body dynamics'
+arch=('x86_64')
+url='https://bitbucket.org/odedevs/ode/'
+license=('BSD' 'LGPL')
+source=("https://bitbucket.org/odedevs/$pkgname/downloads/$pkgname-$pkgver.tar.gz")
+sha256sums=('b26aebdcb015e2d89720ef48e0cb2e8a3ca77915f89d853893e7cc861f810f22')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  ./bootstrap
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  export CXXFLAGS='-w -Ofast -fpermissive'
+
+  ./configure \
+    --prefix=/usr \
+    --enable-shared \
+    --enable-double-precision \
+    --enable-libccd \
+    --enable-ou \
+    --enable-silent-rules
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  DESTDIR="$pkgdir" make install
+
+  install -Dm644 ou/LICENSE-BSD.TXT "$pkgdir/usr/share/licenses/$pkgname/LICENSE-BSD.TXT"
+  install -Dm644 GIMPACT/GIMPACT-LICENSE-BSD.TXT "$pkgdir/usr/share/licenses/$pkgname/GIMPACT-LICENSE-BSD.TXT"
+  install -Dm644 libccd/BSD-LICENSE "$pkgdir/usr/share/licenses/$pkgname/BSD-LICENSE"
+}
+
+# getver: bitbucket.org/odedevs/ode/raw/tip/configure.ac
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list