Added scripts for source code maintainance
[supertux.git] / tools / autopackage / skeletons / @icculus.org / physfs / skeleton.1
1 [Meta]
2 RootName: @icculus.org/physfs
3 DisplayName: PhysicsFS
4 ShortName: physfs
5 Skeleton-Author: Matthias Braun <matze@braunis.de>
6 Skeleton-Version: 1
7 Repository: http://lincity-ng.berlios.de/autopackage/physfs.xml
8
9 [Notes]
10 The interface version follows the software version in this library.
11 This skeleton can detect 1.0
12
13 [Test]
14 testForLib libphysfs-1.0.so.0 && {
15     INTERFACE_VERSIONS="1.0"
16     SOFTWARE_VERSIONS="1.0"
17 }