Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=a7a9a28c97ef4762e51d9285c17343df3e5209c1
commit a7a9a28c97ef4762e51d9285c17343df3e5209c1 Author: crazy <[email protected]> Date: Mon May 30 13:54:26 2016 +0200 vlan-1.9-1-x86_64 - removed - not touched from back 2007 diff --git a/source/network-extra/vlan/FrugalBuild b/source/network-extra/vlan/FrugalBuild deleted file mode 100644 index 0e73a70..0000000 --- a/source/network-extra/vlan/FrugalBuild +++ /dev/null @@ -1,27 +0,0 @@ -# Compiling Time: 0 SBU -# Maintainer: pete <[email protected]> - -pkgname=vlan -pkgver=1.9 -pkgrel=1 -pkgdesc="802.1Q VLAN implementation for Linux" -url="http://www.candelatech.com/~greear/vlan/vlan.html" -license="GPL" -up2date="lynx -dump http://www.candelatech.com/~greear/vlan/|grep '/vlan\.'|cut -d / -f 6|cut -d . -f 2-4|sed 's/\.*[a-z]*$//'|sort -r|head -n 1" -source=(http://www.candelatech.com/~greear/vlan/$pkgname.$pkgver.tar.gz) -sha1sums=('66c5a41362fa13160aa52e4e2049ac3d64b9a1ff') -groups=('network-extra') -archs=('i686' 'x86_64') -depends=('glibc') - -build() -{ - Fcd $pkgname - make clean || return 1 - Fmake - Fexerel /usr/sbin/vconfig - Ffilerel /usr/man/man8/vconfig.8 - Fdocrel {vlan,howto}.html -} - -# vim: ft=sh _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
