🔒 Repository is read-only – file editing is disabled.

recipes/gui/openobex/PAGBUILD.yaml main

35 linii Raw ← Powrót
1234567891011121314151617181920212223242526272829303132333435
pkgname: openobex
pkgver: '1.7.2'
pkgrel: '4'
pkgdesc: 'Implements Object Exchange Protocol used for binary file transfers between devices.'
url: 'http://dev.zuckschwerdt.org/openobex/'
arch: x86_64
depends: []
makedepends:
- bluez
- libusb
- 'docbook-xsl'

source:
- 'https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}-Source.tar.gz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  mkdir build
  cd build
  cmake -DCMAKE_INSTALL_PREFIX=/usr \
        -DCMAKE_INSTALL_SBINDIR=/usr/bin \
        -DCMAKE_INSTALL_LIBDIR=lib  \
        -DCMAKE_POLICY_VERSION_MINIMUM=3.5 \
        -DCMAKE_BUILD_TYPE=Release  \
        ..
  make
  make DESTDIR=${PKGDIR} install

  mv -fv ${PKGDIR}//usr/share/doc/{openobex,openobex-${pkgver}}

package: |
  true