summaryrefslogtreecommitdiffstats
path: root/abs/core/ldm/PKGBUILD
blob: ba9110945a1a28123cc2c66e1e106b34d63aa53a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Maintainer: Robin Hahling
pkgname=ldm
pkgver=0.3
pkgrel=1
pkgdesc="A lightweight device mounter"
arch=('i686' 'x86_64')
url="https://github.com/LemonBoy/ldm"
license=('MIT')
depends=('udev')
provides=('ldm')
conflicts=('ldm-git')
source=(http://github.com/LemonBoy/${pkgname}/tarball/v${pkgver})
install=ldm.install

build() {
  cd LemonBoy-${pkgname}-8417f5b
  # needed before it is fixed in the Makefile
  export LDFLAGS=""
  make
}

package() {
  cd LemonBoy-${pkgname}-8417f5b
  make PREFIX="/usr" DESTDIR="${pkgdir}" install

  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}

# vim:set ts=2 sw=2 et:
md5sums=('3b8d4d7117f5b007ff3311c56c789e98')