1
0
forked from ports/contrib

remove waf port for now

This commit is contained in:
Maximilian Dietrich 2015-03-23 13:18:34 +01:00
parent 68746dd79e
commit 859f543978
3 changed files with 0 additions and 20 deletions

View File

@ -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

View File

@ -1 +0,0 @@
223962fea8e8bfac6b259f1bd1c7b27b waf-1.8.7.tar.bz2

View File

@ -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
}