[arch-commits] Commit in fribidi/trunk (PKGBUILD)

2020-07-06 Thread Jan Steffens via arch-commits
Date: Monday, July 6, 2020 @ 19:21:28
  Author: heftig
Revision: 390915

1.0.10-1

Modified:
  fribidi/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-06 18:51:59 UTC (rev 390914)
+++ PKGBUILD2020-07-06 19:21:28 UTC (rev 390915)
@@ -1,9 +1,9 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan Alexander Steffens (heftig) 
 # Contributor: Giovanni Scafora 
 # Contributor: Nezmer 
 
 pkgname=fribidi
-pkgver=1.0.9
+pkgver=1.0.10
 pkgrel=1
 pkgdesc="A Free Implementation of the Unicode Bidirectional Algorithm"
 url="https://github.com/fribidi/fribidi/;
@@ -12,7 +12,7 @@
 depends=(glibc)
 makedepends=(git meson)
 provides=(libfribidi.so)
-_commit=f9e8e71a6fbf4a4619481284c9f484d10e559995  # tags/v1.0.9^0
+_commit=5464c284034da9c058269377b7f5013bb089f553  # tags/v1.0.10^0
 source=("git+https://github.com/fribidi/fribidi#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -28,7 +28,7 @@
 build() {
   arch-meson fribidi build \
 -D docs=false
-  ninja -C build
+  meson compile -C build
 }
 
 check() {


[arch-commits] Commit in fribidi/trunk (PKGBUILD)

2020-03-02 Thread Jan Steffens via arch-commits
Date: Monday, March 2, 2020 @ 20:07:14
  Author: heftig
Revision: 376512

1.0.9-1

Modified:
  fribidi/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-02 17:45:20 UTC (rev 376511)
+++ PKGBUILD2020-03-02 20:07:14 UTC (rev 376512)
@@ -3,7 +3,7 @@
 # Contributor: Nezmer 
 
 pkgname=fribidi
-pkgver=1.0.8
+pkgver=1.0.9
 pkgrel=1
 pkgdesc="A Free Implementation of the Unicode Bidirectional Algorithm"
 url="https://github.com/fribidi/fribidi/;
@@ -11,7 +11,8 @@
 license=(LGPL)
 depends=(glibc)
 makedepends=(git meson)
-_commit=2e9bd91cfd857c5b78a210d8f24862a4bb704059  # tags/v1.0.8
+provides=(libfribidi.so)
+_commit=f9e8e71a6fbf4a4619481284c9f484d10e559995  # tags/v1.0.9^0
 source=("git+https://github.com/fribidi/fribidi#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in fribidi/trunk (PKGBUILD)

2019-12-15 Thread Jan Steffens via arch-commits
Date: Monday, December 16, 2019 @ 01:33:00
  Author: heftig
Revision: 371555

1.0.8-1

Modified:
  fribidi/trunk/PKGBUILD

--+
 PKGBUILD |   26 +++---
 1 file changed, 15 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-15 23:05:19 UTC (rev 371554)
+++ PKGBUILD2019-12-16 01:33:00 UTC (rev 371555)
@@ -1,30 +1,32 @@
-# Maintainer: Giovanni Scafora 
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Giovanni Scafora 
 # Contributor: Nezmer 
 
 pkgname=fribidi
-pkgver=1.0.7
+pkgver=1.0.8
 pkgrel=1
 pkgdesc="A Free Implementation of the Unicode Bidirectional Algorithm"
-arch=('x86_64')
-license=('LGPL')
 url="https://github.com/fribidi/fribidi/;
-depends=('glibc')
-makedepends=('git' 'meson')
-_commit=aac3845708969b9c4bc2874edc4950123595b1b4  # tags/v1.0.7
+arch=(x86_64)
+license=(LGPL)
+depends=(glibc)
+makedepends=(git meson)
+_commit=2e9bd91cfd857c5b78a210d8f24862a4bb704059  # tags/v1.0.8
 source=("git+https://github.com/fribidi/fribidi#commit=$_commit;)
-md5sums=('SKIP')
+sha256sums=('SKIP')
 
 pkgver() {
-  cd $pkgname
+  cd fribidi
   git describe --tags | sed -e 's/-/+/g' -e 's/^v//'
 }
 
 prepare() {
-  cd $pkgname
+  cd fribidi
 }
 
 build() {
-  arch-meson $pkgname build -D docs=false
+  arch-meson fribidi build \
+-D docs=false
   ninja -C build
 }
 
@@ -35,3 +37,5 @@
 package() {
   DESTDIR="$pkgdir" meson install -C build
 }
+
+# vim:set sw=2 et:


[arch-commits] Commit in fribidi/trunk (PKGBUILD)

2019-10-02 Thread Jan Steffens via arch-commits
Date: Wednesday, October 2, 2019 @ 13:16:33
  Author: heftig
Revision: 363655

1.0.7-1

Modified:
  fribidi/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-02 13:03:29 UTC (rev 363654)
+++ PKGBUILD2019-10-02 13:16:33 UTC (rev 363655)
@@ -2,7 +2,7 @@
 # Contributor: Nezmer 
 
 pkgname=fribidi
-pkgver=1.0.5
+pkgver=1.0.7
 pkgrel=1
 pkgdesc="A Free Implementation of the Unicode Bidirectional Algorithm"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 url="https://github.com/fribidi/fribidi/;
 depends=('glibc')
 makedepends=('git' 'meson')
-_commit=5b6a16e8da12ae7ff482fbfa5a17b72bd518418f  # tags/v1.0.5^0
+_commit=aac3845708969b9c4bc2874edc4950123595b1b4  # tags/v1.0.7
 source=("git+https://github.com/fribidi/fribidi#commit=$_commit;)
 md5sums=('SKIP')
 
@@ -29,7 +29,7 @@
 }
 
 check() {
-  meson test -C build
+  meson test -C build --print-errorlogs
 }
 
 package() {


[arch-commits] Commit in fribidi/trunk (PKGBUILD)

2018-07-30 Thread Jan Steffens via arch-commits
Date: Monday, July 30, 2018 @ 19:22:27
  Author: heftig
Revision: 329678

1.0.5-1

Modified:
  fribidi/trunk/PKGBUILD

--+
 PKGBUILD |9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-30 15:27:38 UTC (rev 329677)
+++ PKGBUILD2018-07-30 19:22:27 UTC (rev 329678)
@@ -3,7 +3,7 @@
 # Contributor: Nezmer 
 
 pkgname=fribidi
-pkgver=1.0.4
+pkgver=1.0.5
 pkgrel=1
 pkgdesc="A Free Implementation of the Unicode Bidirectional Algorithm"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 url="https://github.com/fribidi/fribidi/;
 depends=('glibc')
 makedepends=('git' 'meson')
-_commit=902618192f1cdb4430e4f2dfc032d9fb36fccc5b  # tags/v1.0.4^0
+_commit=5b6a16e8da12ae7ff482fbfa5a17b72bd518418f  # tags/v1.0.5^0
 source=("git+https://github.com/fribidi/fribidi#commit=$_commit;)
 md5sums=('SKIP')
 
@@ -30,10 +30,9 @@
 }
 
 check() {
-  cd build
-  meson test
+  meson test -C build
 }
 
 package() {
-  DESTDIR="$pkgdir" ninja -C build install
+  DESTDIR="$pkgdir" meson install -C build
 }


[arch-commits] Commit in fribidi/trunk (PKGBUILD)

2018-06-19 Thread Jan de Groot via arch-commits
Date: Tuesday, June 19, 2018 @ 22:01:38
  Author: jgc
Revision: 327296

upgpkg: fribidi 1.0.4-1

Modified:
  fribidi/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-19 22:00:08 UTC (rev 327295)
+++ PKGBUILD2018-06-19 22:01:38 UTC (rev 327296)
@@ -3,7 +3,7 @@
 # Contributor: Nezmer 
 
 pkgname=fribidi
-pkgver=1.0.2
+pkgver=1.0.4
 pkgrel=1
 pkgdesc="A Free Implementation of the Unicode Bidirectional Algorithm"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 url="https://github.com/fribidi/fribidi/;
 depends=('glibc')
 makedepends=('git' 'meson')
-_commit=f2c9d50722cb60d0cdec3b1bafba9029770e86b4  # tags/v1.0.2^0
+_commit=902618192f1cdb4430e4f2dfc032d9fb36fccc5b  # tags/v1.0.4^0
 source=("git+https://github.com/fribidi/fribidi#commit=$_commit;)
 md5sums=('SKIP')
 


[arch-commits] Commit in fribidi/trunk (PKGBUILD)

2018-04-09 Thread Jan Steffens via arch-commits
Date: Monday, April 9, 2018 @ 19:41:59
  Author: heftig
Revision: 321404

1.0.2-1

Modified:
  fribidi/trunk/PKGBUILD

--+
 PKGBUILD |   27 ++-
 1 file changed, 10 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-09 19:33:34 UTC (rev 321403)
+++ PKGBUILD2018-04-09 19:41:59 UTC (rev 321404)
@@ -3,16 +3,15 @@
 # Contributor: Nezmer 
 
 pkgname=fribidi
-pkgver=1.0.1+8+gdf7252b
+pkgver=1.0.2
 pkgrel=1
 pkgdesc="A Free Implementation of the Unicode Bidirectional Algorithm"
 arch=('x86_64')
 license=('LGPL')
 url="https://github.com/fribidi/fribidi/;
-makedepends=(git glib2)
 depends=('glibc')
-options=('!makeflags')
-_commit=df7252be3fd94ceae8141a09ee86421fdd8b3b7e  # master
+makedepends=('git' 'meson')
+_commit=f2c9d50722cb60d0cdec3b1bafba9029770e86b4  # tags/v1.0.2^0
 source=("git+https://github.com/fribidi/fribidi#commit=$_commit;)
 md5sums=('SKIP')
 
@@ -21,26 +20,20 @@
   git describe --tags | sed -e 's/-/+/g' -e 's/^v//'
 }
 
-
 prepare() {
   cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
-  cd "${srcdir}/$pkgname"
-  ./configure --prefix=/usr
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
+  arch-meson $pkgname build -D docs=false
+  ninja -C build
 }
 
-package() {
-  cd "${srcdir}/$pkgname"
-
-  make DESTDIR="${pkgdir}" install
+check() {
+  cd build
+  meson test
 }
 
-check() {
-  cd "${srcdir}/$pkgname"
-  make check
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
 }


[arch-commits] Commit in fribidi/trunk (PKGBUILD)

2018-02-14 Thread Jan de Groot via arch-commits
Date: Wednesday, February 14, 2018 @ 10:51:28
  Author: jgc
Revision: 316994

upgpkg: fribidi 1.0.1+8+gdf7252b-1

Modified:
  fribidi/trunk/PKGBUILD

--+
 PKGBUILD |   28 
 1 file changed, 16 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-14 07:45:23 UTC (rev 316993)
+++ PKGBUILD2018-02-14 10:51:28 UTC (rev 316994)
@@ -3,40 +3,44 @@
 # Contributor: Nezmer 
 
 pkgname=fribidi
-pkgver=0.19.7
-pkgrel=2
+pkgver=1.0.1+8+gdf7252b
+pkgrel=1
 pkgdesc="A Free Implementation of the Unicode Bidirectional Algorithm"
 arch=('x86_64')
 license=('LGPL')
 url="https://github.com/fribidi/fribidi/;
-depends=('glib2')
-makedepends=(git)
-_commit=1a6935cd8cd7d907fb3c5f3bcae174bee727c83d  # tags/0.19.7^0
+makedepends=(git glib2)
+depends=('glibc')
+options=('!makeflags')
+_commit=df7252be3fd94ceae8141a09ee86421fdd8b3b7e  # master
 source=("git+https://github.com/fribidi/fribidi#commit=$_commit;)
 md5sums=('SKIP')
 
 pkgver() {
   cd $pkgname
-  git describe --tags | sed 's/-/+/g'
+  git describe --tags | sed -e 's/-/+/g' -e 's/^v//'
 }
 
 
 prepare() {
   cd $pkgname
-  git cherry-pick -n 0efbaa9052320a951823a6e776b30a580e3a2b4e
-  ./bootstrap
+  NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
   cd "${srcdir}/$pkgname"
-
   ./configure --prefix=/usr
-
-  make -j1
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
 }
 
 package() {
   cd "${srcdir}/$pkgname"
 
-  make -j1 DESTDIR="${pkgdir}" install
+  make DESTDIR="${pkgdir}" install
 }
+
+check() {
+  cd "${srcdir}/$pkgname"
+  make check
+}


[arch-commits] Commit in fribidi/trunk (PKGBUILD)

2018-01-29 Thread Jan de Groot via arch-commits
Date: Monday, January 29, 2018 @ 15:52:37
  Author: jgc
Revision: 315570

upgpkg: fribidi 0.19.7-2

Switch to new upstream.

Modified:
  fribidi/trunk/PKGBUILD

--+
 PKGBUILD |   30 ++
 1 file changed, 22 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-29 15:27:47 UTC (rev 315569)
+++ PKGBUILD2018-01-29 15:52:37 UTC (rev 315570)
@@ -4,25 +4,39 @@
 
 pkgname=fribidi
 pkgver=0.19.7
-pkgrel=1
+pkgrel=2
 pkgdesc="A Free Implementation of the Unicode Bidirectional Algorithm"
 arch=('x86_64')
 license=('LGPL')
-url="http://fribidi.org;
+url="https://github.com/fribidi/fribidi/;
 depends=('glib2')
-source=("http://fribidi.org/download/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('6c7e7cfdd39c908f7ac619351c1c5c23')
+makedepends=(git)
+_commit=1a6935cd8cd7d907fb3c5f3bcae174bee727c83d  # tags/0.19.7^0
+source=("git+https://github.com/fribidi/fribidi#commit=$_commit;)
+md5sums=('SKIP')
 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+
+prepare() {
+  cd $pkgname
+  git cherry-pick -n 0efbaa9052320a951823a6e776b30a580e3a2b4e
+  ./bootstrap
+}
+
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "${srcdir}/$pkgname"
 
   ./configure --prefix=/usr
 
-  make
+  make -j1
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "${srcdir}/$pkgname"
 
-  make DESTDIR="${pkgdir}" install
+  make -j1 DESTDIR="${pkgdir}" install
 }


[arch-commits] Commit in fribidi/trunk (PKGBUILD)

2015-08-08 Thread Giovanni Scafora
Date: Saturday, August 8, 2015 @ 18:02:13
  Author: giovanni
Revision: 243128

upgpkg: fribidi 0.19.7-1

upstream release

Modified:
  fribidi/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-08 13:52:35 UTC (rev 243127)
+++ PKGBUILD2015-08-08 16:02:13 UTC (rev 243128)
@@ -3,8 +3,8 @@
 # Contributor: Nezmer nez...@gmail.com
 
 pkgname=fribidi
-pkgver=0.19.6
-pkgrel=2
+pkgver=0.19.7
+pkgrel=1
 pkgdesc=A Free Implementation of the Unicode Bidirectional Algorithm
 arch=('i686' 'x86_64')
 license=('LGPL')
@@ -11,13 +11,13 @@
 url=http://fribidi.org;
 depends=('glib2')
 source=(http://fribidi.org/download/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('ce93d862344991173dabb609bf93ca1d')
+md5sums=('6c7e7cfdd39c908f7ac619351c1c5c23')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
-  ./configure --prefix=/usr \
---enable-malloc # FS#42017
+  ./configure --prefix=/usr
+
   make
 }
 


[arch-commits] Commit in fribidi/trunk (PKGBUILD)

2014-09-19 Thread Bartłomiej Piotrowski
Date: Saturday, September 20, 2014 @ 07:47:15
  Author: bpiotrowski
Revision: 222140

upgpkg: fribidi 0.19.6-2

switch from memory pool to malloc as it's thread-safe (FS#42017)

Modified:
  fribidi/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-19 23:21:17 UTC (rev 222139)
+++ PKGBUILD2014-09-20 05:47:15 UTC (rev 222140)
@@ -4,7 +4,7 @@
 
 pkgname=fribidi
 pkgver=0.19.6
-pkgrel=1
+pkgrel=2
 pkgdesc=A Free Implementation of the Unicode Bidirectional Algorithm
 arch=('i686' 'x86_64')
 license=('LGPL')
@@ -16,7 +16,8 @@
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr \
+--enable-malloc # FS#42017
   make
 }
 



[arch-commits] Commit in fribidi/trunk (PKGBUILD)

2014-01-11 Thread Giovanni Scafora
Date: Saturday, January 11, 2014 @ 10:29:03
  Author: giovanni
Revision: 203465

upgpkg: fribidi 0.19.6-1

upstream release

Modified:
  fribidi/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-11 09:14:57 UTC (rev 203464)
+++ PKGBUILD2014-01-11 09:29:03 UTC (rev 203465)
@@ -3,15 +3,15 @@
 # Contributor: Nezmer nez...@gmail.com
 
 pkgname=fribidi
-pkgver=0.19.5
+pkgver=0.19.6
 pkgrel=1
 pkgdesc=A Free Implementation of the Unicode Bidirectional Algorithm
 arch=('i686' 'x86_64')
 license=('LGPL')
 url=http://fribidi.org;
-depends=('glibc')
+depends=('glib2')
 source=(http://fribidi.org/download/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('925bafb97afee8a2fc2d0470c072a155')
+md5sums=('ce93d862344991173dabb609bf93ca1d')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in fribidi/trunk (PKGBUILD)

2012-12-24 Thread Giovanni Scafora
Date: Monday, December 24, 2012 @ 13:38:16
  Author: giovanni
Revision: 173836

upgpkg: fribidi 0.19.5-1

upstream release

Modified:
  fribidi/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-12-24 18:25:43 UTC (rev 173835)
+++ PKGBUILD2012-12-24 18:38:16 UTC (rev 173836)
@@ -3,7 +3,7 @@
 # Contributor: Nezmer nez...@gmail.com
 
 pkgname=fribidi
-pkgver=0.19.4
+pkgver=0.19.5
 pkgrel=1
 pkgdesc=A Free Implementation of the Unicode Bidirectional Algorithm
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('glibc')
 options=('!libtool')
 source=(http://fribidi.org/download/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('0173f98ff929782d45819fc4a813c175')
+md5sums=('925bafb97afee8a2fc2d0470c072a155')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in fribidi/trunk (PKGBUILD)

2012-09-03 Thread Giovanni Scafora
Date: Monday, September 3, 2012 @ 01:58:22
  Author: giovanni
Revision: 165892

upgpkg: fribidi 0.19.4-1

upstream release

Modified:
  fribidi/trunk/PKGBUILD

--+
 PKGBUILD |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-09-03 05:48:23 UTC (rev 165891)
+++ PKGBUILD2012-09-03 05:58:22 UTC (rev 165892)
@@ -3,16 +3,16 @@
 # Contributor: Nezmer nez...@gmail.com
 
 pkgname=fribidi
-pkgver=0.19.2
-pkgrel=2
+pkgver=0.19.4
+pkgrel=1
 pkgdesc=A Free Implementation of the Unicode Bidirectional Algorithm
 arch=('i686' 'x86_64')
 license=('LGPL')
 url=http://fribidi.org;
 depends=('glibc')
 options=('!libtool')
-source=(http://fribidi.org/download/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('626db17d2d99b43615ad9d12500f568a')
+source=(http://fribidi.org/download/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('0173f98ff929782d45819fc4a813c175')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -23,5 +23,6 @@
 
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
+
   make DESTDIR=${pkgdir} install
 }



[arch-commits] Commit in fribidi/trunk (PKGBUILD)

2010-02-10 Thread Giovanni Scafora
Date: Wednesday, February 10, 2010 @ 10:05:57
  Author: giovanni
Revision: 68035

Modified:
  fribidi/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-10 15:03:09 UTC (rev 68034)
+++ PKGBUILD2010-02-10 15:05:57 UTC (rev 68035)
@@ -15,9 +15,9 @@
 md5sums=('626db17d2d99b43615ad9d12500f568a')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${srcdir}/${pkgname}-${pkgver}
+
   ./configure --prefix=/usr
   make || return 1
-  make DESTDIR=${pkgdir} install
+  make DESTDIR=${pkgdir} install || return 1
 }
-