wok-stable diff aterm/receipt @ rev 9467
Fix receipts that remove lines that removed .pyc and .pyo files. Tazwok does that now.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Apr 03 14:11:25 2011 +0000 (2011-04-03) |
parents | 73242cce68d2 |
children | 02bbaa9d12ba |
line diff
1.1 --- a/aterm/receipt Sat Feb 05 18:12:28 2011 +0000 1.2 +++ b/aterm/receipt Sun Apr 03 14:11:25 2011 +0000 1.3 @@ -6,7 +6,7 @@ 1.4 SHORT_DESC="terminal emulator" 1.5 MAINTAINER="allan316@gmail.com" 1.6 DEPENDS="xorg-libSM xorg-libXext" 1.7 -BUILD_DEPENDS="xorg-libSM-dev xorg-libXest-dev xorg-libXt-dev" 1.8 +BUILD_DEPENDS="xorg-libSM-dev xorg-libXext-dev xorg-libXt-dev" 1.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.10 WEB_SITE="http://aterm.sourceforge.net" 1.11 WGET_URL="http://nchc.dl.sourceforge.net/sourceforge/aterm/$TARBALL"