]> Dogcows Code - chaz/yoink/commitdiff
configure sets correct version in spec file
authorCharles McGarvey <chazmcgarvey@brokenzipper.com>
Sun, 9 Aug 2009 03:57:40 +0000 (21:57 -0600)
committerCharles McGarvey <chazmcgarvey@brokenzipper.com>
Sun, 9 Aug 2009 03:57:40 +0000 (21:57 -0600)
configure.ac
extra/yoink.ebuild
extra/yoink.spec.in [moved from extra/yoink.spec with 98% similarity]

index 9267e807d9756934773b1a42cc19f172acc6505b..7884e484f7338cfc8bc62a1499f7da772133ac1e 100644 (file)
@@ -158,6 +158,7 @@ AC_CONFIG_FILES([Makefile
                                 data/Makefile
                                 doc/Makefile
                                 doc/yoink.6
+                                extra/yoink.spec
                  src/Makefile
                                 yajl/Makefile])
 
index 76e15145cb15e8aae4d28405dd7f84bcfba9f2cd..75a18082e13f0e9d822a68275726aeaf7a26e49f 100644 (file)
@@ -12,7 +12,7 @@ SRC_URI="http://www.dogcows.com/yoink/${P}.tar.bz2"
 LICENSE="BSD-2"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="debug"
+IUSE="debug profile"
 
 RDEPEND="media-libs/libsdl[opengl]
        media-libs/sdl-image[png]
@@ -41,7 +41,8 @@ src_configure() {
        egamesconf \
                --disable-dependency-tracking \
                --with-assetdir="${GAMES_DATADIR}/${PN}" \
-               $(use_enable debug)
+               $(use_enable debug) \
+               $(use_enable profile)
 }
 
 src_install() {
similarity index 98%
rename from extra/yoink.spec
rename to extra/yoink.spec.in
index e72abd24d13d394f63c133a70ee81afaccd85880..030a5dceb6ab965b9addd8eb0c5915a3619c7a38 100644 (file)
@@ -1,6 +1,6 @@
 Summary: Alien-smashing action game.
 Name: yoink
-Version: 0.1
+Version: @VERSION@
 Release: 1
 License: BSD
 Group: Amusements/Games
This page took 0.020005 seconds and 4 git commands to generate.