CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
findutils: removed not needed overlay
[ports/core-arm64.git] / kbd / Pkgfile
index 9ea8bbb2299a2eae039882759ffe50fe254f1e8c..ad403e9646b048bd401fb94bd740d1c4975d286b 100644 (file)
@@ -5,18 +5,13 @@
 # Depends on:
 
 name=kbd
-version=2.0.3
+version=2.0.4
 release=1
-source=(http://ftp.kernel.org/pub/linux/utils/$name/$name-$version.tar.xz)
+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 \