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 @@ + + + foobillardplus + + Federico Damián Schonborn + federicodamiansch@gmail.com + + GPL-2.0 + games + Foobillard++ - Pool Game + 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. + + https://solus-project.com/sources/README.Solus + + + foobillardplus + Foobillard++ - Pool Game + 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. + + games + + /usr/bin + /usr/share/applications/foobillardplus.desktop + /usr/share/foobillardplus + /usr/share/pixmaps/foobillardplus.png + /usr/share/pixmaps/foobillardplus.xbm + + + + + 2017-09-04 + 3.42 + Packaging update + Federico Damián Schonborn + federicodamiansch@gmail.com + + + \ No newline at end of file