CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
filesystem: updated to 3.2
[crossrootfs.git] / kbd / Pkgfile
index 972756575203ab261610d09f751d49e68eaa1bc4..ce045d1f525e69f21b812559664b1a93ab0afc5c 100644 (file)
@@ -5,13 +5,18 @@
 # Depends on:
 
 name=kbd
-version=1.15.5
+version=2.0.1
 release=1
 source=(ftp://ftp.altlinux.org/pub/people/legion/kbd/$name-$version.tar.gz)
 
 build() {
   cd $name-$version
 
+  # we don't want a dependency to 'check'
+  sed -i '/^SUBDIR/s/tests//' Makefile.am
+  sed -i '/\[check >= 0.9.4\]/s/^/#/' configure.ac
+  autoreconf --install
+
   export CC="$CC" RANLIB="$RANLIB"
 
   cat > config.cache <<EOF