commit 859f54397865b39334f4878116bad3a1b2481e3d Author: Maximilian Dietrich <dxm@openmailbox.org> Date: Mon Mar 23 13:18:34 2015 +0100 remove waf port for now diff --git a/waf/.footprint b/waf/.footprint deleted file mode 100644 index a85276c..0000000 --- a/waf/.footprint +++ /dev/null @@ -1,3 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/waf diff --git a/waf/.md5sum b/waf/.md5sum deleted file mode 100644 index b4962df..0000000 --- a/waf/.md5sum +++ /dev/null @@ -1 +0,0 @@ -223962fea8e8bfac6b259f1bd1c7b27b waf-1.8.7.tar.bz2 diff --git a/waf/Pkgfile b/waf/Pkgfile deleted file mode 100644 index 096ee7d..0000000 --- a/waf/Pkgfile +++ /dev/null @@ -1,16 +0,0 @@ -# Description: A Python-based framework for configuring, compiling and installing applications. -# URL: https://ftp.waf.io/pub/release/index.html -# Maintainer: Maximilian Dietrich, dxm at openmailbox dot org -# Packager: Danny Rawlins, crux at romster dot me -# Depends on: python - -name=waf -version=1.8.7 -release=1 -source=(https://ftp.waf.io/pub/release/$name-$version.tar.bz2) - -build() { - cd $name-$version - ./waf-light configure build - install -m 0755 -D waf $PKG/usr/bin/waf -}