<package>
	<name>Ghc-x11</name>
	<version>darcs-$date</version>
    <licence>GPL</licence>
    <homepage>http://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11</homepage>
    <maintainer>
    	<name>Olivier Schwander</name>
	    <email>olivier.schwander@ens-lyon.org</email>
    </maintainer>
    <url fetch="darcs get --lazy" extract="true">http://darcs.haskell.org/X11</url>
    <directory>X11</directory>
    <patches>
    </patches>
    <test>ghc-pkg latest x11</test>
    <configuration>
    	<command>autoreconf; runhaskell Setup.hs configure --user</command>
    </configuration>
    <build>
    	<command>runhaskell Setup.hs build</command>
    </build>
    <install>
    	<command>runhaskell Setup.hs install</command>
    </install>
</package>

