wok-stable diff deadbeef/receipt @ rev 10851
pth: Fixed typo in deps.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Jun 12 11:09:02 2011 +0000 (2011-06-12) |
parents | 603fc6322049 |
children | fc5858ba4ef6 |
line diff
1.1 --- a/deadbeef/receipt Wed May 18 15:43:27 2011 +0200 1.2 +++ b/deadbeef/receipt Sun Jun 12 11:09:02 2011 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="deadbeef" 1.7 -VERSION="0.4.4" 1.8 +VERSION="0.5.0" 1.9 CATEGORY="multimedia" 1.10 SHORT_DESC="Simple to use GTK+ audio player with systray support." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -20,7 +20,8 @@ 1.13 compile_rules() 1.14 { 1.15 cd $src 1.16 - ./configure && make && make install 1.17 + ./configure $CONFIGURE_ARGS && 1.18 + make && make install 1.19 } 1.20 1.21 # Rules to gen a SliTaz package suitable for Tazpkg.