Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=75a78b12bbd0f6b1894b7dd864e3996fc204e23f
commit 75a78b12bbd0f6b1894b7dd864e3996fc204e23f Author: crazy <[email protected]> Date: Wed Jun 1 16:10:58 2016 +0200 pyogg-1.3-4-x86_64 - removed - upstream gone since 2007 diff --git a/source/devel-extra/pyogg/FrugalBuild b/source/devel-extra/pyogg/FrugalBuild deleted file mode 100644 index b280d65..0000000 --- a/source/devel-extra/pyogg/FrugalBuild +++ /dev/null @@ -1,22 +0,0 @@ -# Compiling Time: 0.01 SBU -# Maintainer: Priyank Gosalia <[email protected]> - -pkgname=pyogg -pkgver=1.3 -pkgrel=4 -pkgdesc="python bindings for the ogg library" -url="http://ekyo.nerim.net/software/pyogg/index.html" -depends=('python' 'libogg' 'glibc') -groups=('devel-extra') -archs=('i686' 'x86_64') -up2date="lynx -dump http://ekyo.nerim.net/software/pyogg/index.html | grep -m1 pyogg- | sed 's/.*gg-\(.*\).t.*/\1/'" -source=(http://ekyo.nerim.net/software/pyogg/$pkgname-$pkgver.tar.gz) -sha1sums=('2811ad401e3b5fc5025958bddab3d7b8775e5acd') - -build() { - Fcd - ./config_unix.py --prefix=$Fdestdir/usr || return 1 - python setup.py install --prefix=$Fdestdir/usr || return 1 -} - -# optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
