CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
kbd: updated to 2.5.0
[ports/core-arm64.git] / kbd / Pkgfile
index cb683a4bbdfb2253bfe6d5b43382fd365351bd1b..d822955a3b2824cfa748dc03d21aeef5415677b7 100644 (file)
@@ -5,18 +5,13 @@
 # Depends on:
 
 name=kbd
-version=2.0.3
-release=2
-source=(http://ftp.kernel.org/pub/linux/utils/$name/$name-$version.tar.xz)
+version=2.5.0
+release=1
+source=(https://www.kernel.org/pub/linux/utils/$name/$name-$version.tar.xz)
 
 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
-
   ./configure --prefix=/usr \
               --datadir=/usr/share/kbd \
               --disable-vlock \