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

recipes/gui/menu-cache/PAGBUILD.yaml main

30 linii Raw ← Powrót
123456789101112131415161718192021222324252627282930
pkgname: 'menu-cache'
pkgver: '1.1.1'
pkgrel: '1'
pkgdesc: 'For creating and utilizing caches to speed up the manipulation for freedesktop.org defined application menus.'
url: 'http://lxde.org/'
arch: x86_64
depends: []
makedepends:
- 'libfm-extra'
- 'gtk-doc'

source:
- 'https://github.com/lxde/menu-cache/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}

   ./autogen.sh
  ./configure --prefix=/usr  --disable-static
  make
  make DESTDIR=${PKGDIR} install

  # Obsolet lib
  rm -f ${PKGDIR}/usr/lib/libmenu-cache.la

package: |
  true