mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 10:32:13 +08:00
Added new app: Secret Maryo Chronicles (smc), version 1.9
This commit is contained in:
parent
9fc0068928
commit
17b843c7cd
41
smc/PKGBUILD
Normal file
41
smc/PKGBUILD
Normal file
@ -0,0 +1,41 @@
|
||||
#
|
||||
# Chakra Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# contributor (x86_64): Giuseppe Calà <jiveaxe@gmail.com>
|
||||
|
||||
# include global config
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=smc
|
||||
pkgver=1.9
|
||||
pkgrel=1
|
||||
pkgdesc="Secret Maryo Chronicles"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.secretmaryo.org/"
|
||||
license=('GPL3')
|
||||
depends=('sdl_image' 'sdl_ttf' 'sdl_mixer' 'cegui' 'boost' 'libpng')
|
||||
makedepends=('autoconf' 'automake' 'boost')
|
||||
source=(http://downloads.sourceforge.net/smclone/$pkgname-$pkgver.tar.bz2
|
||||
http://downloads.sourceforge.net/smclone/SMC_Music_4.1_high.zip
|
||||
smc.desktop
|
||||
smc.png)
|
||||
md5sums=('75ab7826303c49aec25b052a8b90287f'
|
||||
'f0d5fad6f1d0387bd909c93226698ba9'
|
||||
'0a681420afc9227e8fe975972dbf6226'
|
||||
'efca7580e28748625eb676c9d24ee122')
|
||||
|
||||
build() {
|
||||
cd $srcdir/$pkgname-$pkgver
|
||||
./autogen.sh
|
||||
./configure --prefix=/usr
|
||||
}
|
||||
|
||||
package() {
|
||||
cd $srcdir/$pkgname-$pkgver
|
||||
make install LDADD=-lpng DESTDIR=$pkgdir
|
||||
# install some freedesktop.org compatibility
|
||||
install -Dm644 $srcdir/$pkgname.desktop $pkgdir/usr/share/applications/$pkgname.desktop
|
||||
install -Dm644 $srcdir/$pkgname.png $pkgdir/usr/share/pixmaps/$pkgname.png
|
||||
|
||||
cp -R $srcdir/data/music $pkgdir/usr/share/smc/
|
||||
}
|
11
smc/smc.desktop
Normal file
11
smc/smc.desktop
Normal file
@ -0,0 +1,11 @@
|
||||
[Desktop Entry]
|
||||
Name=Secret Maryo Chronicles
|
||||
Name[it]=Secret Maryo Chronicles
|
||||
GenericName=Arcade Game
|
||||
GenericName[it]=Gioco Arcade
|
||||
Exec=smc
|
||||
Icon=smc.png
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Game;ArcadeGame;KidsGame;
|
||||
StartupNotify=false
|
BIN
smc/smc.png
Normal file
BIN
smc/smc.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.9 KiB |
Loading…
Reference in New Issue
Block a user