Page MenuHomeSolus

D952.id2419.diff
No OneTemporary

D952.id2419.diff

diff --git a/Makefile b/Makefile
new file mode 100644
--- /dev/null
+++ b/Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
diff --git a/abi_used_libs b/abi_used_libs
new file mode 100644
--- /dev/null
+++ b/abi_used_libs
@@ -0,0 +1,9 @@
+libGL.so.1
+libGLU.so.1
+libSDL-1.2.so.0
+libSDL_mixer-1.2.so.0
+libSDL_net-1.2.so.0
+libc.so.6
+libfreetype.so.6
+libm.so.6
+libpng15.so.15
diff --git a/files/foobillardplus.desktop b/files/foobillardplus.desktop
new file mode 100644
--- /dev/null
+++ b/files/foobillardplus.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Name=Foobillard++
+Comment=OpenGL Billiard Game
+GenericName=OpenGL Billiard Game
+Icon=foobillardplus
+Exec=foobillardplus
+Categories=Game;SportsGame;
+Terminal=false
diff --git a/package.yml b/package.yml
new file mode 100644
--- /dev/null
+++ b/package.yml
@@ -0,0 +1,27 @@
+name : foobillardplus
+version : 3.42
+release : 1
+source :
+ - https://jaist.dl.sourceforge.net/project/foobillardplus/source/foobillardplus-3.42beta.tar.gz : e276b70674a7d788c45eeff89f1f5db5d48d871a1ab92103813d424a3761e1d9
+license : GPL-2.0
+component : games
+summary : Foobillard++ - Pool Game
+description: |
+ An OpenGL Billard Game based on foobillard 3.0a with patches, new features (hud, jumpshots, correct detection of lost balls, more sound and graphics etc). Optimized for touch. New designed mouse / touch-control.
+builddeps :
+ - pkgconfig(freetype2)
+ - pkgconfig(glu)
+ - pkgconfig(SDL_mixer)
+ - pkgconfig(SDL_net)
+setup : |
+ %reconfigure --prefix=/usr/share --disable-fastmath
+build : |
+ %make
+install : |
+ %make_install prefix="$installdir/usr/share" datadir="$installdir/usr/share/foobillardplus/data"
+
+ rm -rf $installdir/usr/share/{AUTHORS,COPYING,ChangeLog,INSTALL,README,TODO,foobillardplus.desktop}
+ install -dm00644 $installdir/usr/{bin,share/{applications,pixmaps}}
+ install -Dm00644 $pkgfiles/foobillardplus.desktop $installdir/usr/share/applications/foobillardplus.desktop
+ ln -s /usr/share/foobillardplus/bin/foobillardplus $installdir/usr/bin/foobillardplus
+ mv $installdir/usr/share/foobillardplus.{png,xbm} $installdir/usr/share/pixmaps/
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
new file mode 100644
--- /dev/null
+++ b/pspec_x86_64.xml
@@ -0,0 +1,38 @@
+<PISI>
+ <Source>
+ <Name>foobillardplus</Name>
+ <Packager>
+ <Name>Federico Damián Schonborn</Name>
+ <Email>federicodamiansch@gmail.com</Email>
+ </Packager>
+ <License>GPL-2.0</License>
+ <PartOf>games</PartOf>
+ <Summary xml:lang="en">Foobillard++ - Pool Game</Summary>
+ <Description xml:lang="en">An OpenGL Billard Game based on foobillard 3.0a with patches, new features (hud, jumpshots, correct detection of lost balls, more sound and graphics etc). Optimized for touch. New designed mouse / touch-control.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>foobillardplus</Name>
+ <Summary xml:lang="en">Foobillard++ - Pool Game</Summary>
+ <Description xml:lang="en">An OpenGL Billard Game based on foobillard 3.0a with patches, new features (hud, jumpshots, correct detection of lost balls, more sound and graphics etc). Optimized for touch. New designed mouse / touch-control.
+</Description>
+ <PartOf>games</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin</Path>
+ <Path fileType="data">/usr/share/applications/foobillardplus.desktop</Path>
+ <Path fileType="data">/usr/share/foobillardplus</Path>
+ <Path fileType="data">/usr/share/pixmaps/foobillardplus.png</Path>
+ <Path fileType="data">/usr/share/pixmaps/foobillardplus.xbm</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2017-09-04</Date>
+ <Version>3.42</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Federico Damián Schonborn</Name>
+ <Email>federicodamiansch@gmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Thu, Aug 10, 11:06 PM (1 d, 6 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5800217
Default Alt Text
D952.id2419.diff (4 KB)

Event Timeline