diff options
author | James Meyer <james.meyer@operamail.com> | 2012-12-17 20:07:16 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-12-17 20:07:16 (GMT) |
commit | be7c2fff132b68a5ce1154786c5a471f6016b674 (patch) | |
tree | f6078da024c20e57e3e1f666404153a740548e1f /abs/core | |
parent | deae37234a7a6bcadffff2a79646c8df99ca6402 (diff) | |
download | linhes_pkgbuild-be7c2fff132b68a5ce1154786c5a471f6016b674.zip linhes_pkgbuild-be7c2fff132b68a5ce1154786c5a471f6016b674.tar.gz linhes_pkgbuild-be7c2fff132b68a5ce1154786c5a471f6016b674.tar.bz2 |
ldm: removed ldm
refs #883
Diffstat (limited to 'abs/core')
-rw-r--r-- | abs/core/ldm/PKGBUILD | 33 | ||||
-rw-r--r-- | abs/core/ldm/ldm.install | 9 |
2 files changed, 0 insertions, 42 deletions
diff --git a/abs/core/ldm/PKGBUILD b/abs/core/ldm/PKGBUILD deleted file mode 100644 index c9731cf..0000000 --- a/abs/core/ldm/PKGBUILD +++ /dev/null @@ -1,33 +0,0 @@ -# Maintainer: Robin Hahling -pkgname=ldm -pkgver=0.3 -pkgrel=2 -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}) -source=(http://github.com/LemonBoy/${pkgname}/archive/master.tar.gz) -install=ldm.install - -build() { - #cd LemonBoy-${pkgname}-8417f5b - cd ${pkgname}-master - # needed before it is fixed in the MakefileL - export LDFLAGS="" - make -} - -package() { - #cd LemonBoy-${pkgname}-8417f5b - cd ${pkgname}-master - make PREFIX="/usr" DESTDIR="${pkgdir}" install - - install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" -} - -# vim:set ts=2 sw=2 et: -md5sums=('07a355b88bb290da05c168a2d8ed8409') diff --git a/abs/core/ldm/ldm.install b/abs/core/ldm/ldm.install deleted file mode 100644 index b32f1b7..0000000 --- a/abs/core/ldm/ldm.install +++ /dev/null @@ -1,9 +0,0 @@ -post_install() { - echo 'ldm expects a config file at /etc/conf.d/ldm containing your user and group id (uid and gid respectively).' - echo 'Just add those two lines into it:' - echo 'USER_GID=<output of `id -g` ran from your user>' - echo 'USER_UID=<output of `id -u` ran from your user>' -} -post_upgrade() { - post_install -} |