[arch-commits] CVS update of core/base/device-mapper (PKGBUILD)

Thomas Baechler thomas at archlinux.org
Mon Jan 7 15:19:46 UTC 2008


    Date: Monday, January 7, 2008 @ 16:19:46
  Author: thomas
    Path: /home/cvs-core/core/base/device-mapper

Modified: PKGBUILD (1.28 -> 1.29)

upgpkg: device-mapper 1.02.24-1


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


Index: core/base/device-mapper/PKGBUILD
diff -u core/base/device-mapper/PKGBUILD:1.28 core/base/device-mapper/PKGBUILD:1.29
--- core/base/device-mapper/PKGBUILD:1.28	Fri Nov 16 00:53:13 2007
+++ core/base/device-mapper/PKGBUILD	Mon Jan  7 16:19:46 2008
@@ -1,17 +1,17 @@
-# $Id: PKGBUILD,v 1.28 2007/11/15 23:53:13 daniel Exp $
-# Maintainer: Judd <jvinet at zeroflux.org>
+# $Id: PKGBUILD,v 1.29 2008/01/07 15:19:46 thomas Exp $
+# Maintainer: Thomas Baechler <thomas at archlinux.org>
 pkgname=device-mapper
-pkgver=1.02.22
-pkgrel=2
-pkgdesc="Device mapper ioctl library."
-arch=(i686 x86_64)
+pkgver=1.02.24
+pkgrel=1
+pkgdesc="Device mapper userspace library and tools."
+arch=('i686' 'x86_64')
 license=('GPL')
-url="http://www.sistina.com/products_lvm.htm"
+url="http://sourceware.org/dm/"
 groups=('base')
 depends=('glibc')
 source=(ftp://sources.redhat.com/pub/dm/device-mapper.$pkgver.tgz
 	device-mapper.rules)
-md5sums=('6b94db57cdc9022af1583b3f2acb91cd'
+md5sums=('44420c94a412323da9d8b1ce21f2bebd'
          '065f32a36947e6183722ed9aef13dc0c')
 
 build() {
@@ -21,8 +21,6 @@
   make DESTDIR=$startdir/pkg sbindir=$startdir/pkg/sbin \
     libdir=$startdir/pkg/lib install
 
-  install -D -m755 scripts/devmap_mknod.sh $startdir/pkg/sbin/devmap_mknod.sh
-
   # install the static library as well
   install -D -m644 lib/ioctl/libdevmapper.a $startdir/pkg/usr/lib/libdevmapper.a
   # install udev rule




More information about the arch-commits mailing list