mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
vdrift: remove sconscript files
This commit is contained in:
parent
0d6389c236
commit
a721636a3a
1 changed files with 5 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'vdrift'
|
||||
pkgname=vdrift
|
||||
version=2014.10.20
|
||||
revision=11
|
||||
revision=12
|
||||
build_style=scons
|
||||
scons_use_destdir=yes
|
||||
make_build_args="release=1 force_feedback=1 extbullet=1 datadir=share/${pkgname}"
|
||||
|
@ -16,7 +16,7 @@ license="GPL-3.0-or-later"
|
|||
homepage="http://vdrift.net/"
|
||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version//./-}.tar.bz2"
|
||||
checksum=458d45d59075c2ce943ec6bc271a5bd0eb6bc6ed123670b65038703345020be3
|
||||
python_version=2
|
||||
python_version=3
|
||||
|
||||
post_install() {
|
||||
# install .desktop file
|
||||
|
@ -31,6 +31,9 @@ post_install() {
|
|||
done
|
||||
vinstall data/textures/icons/vdrift-64x64.png 644 \
|
||||
usr/share/pixmaps vdrift.png
|
||||
|
||||
# remove unnecessary build system files
|
||||
find "${DESTDIR}"/usr/share/vdrift -name '*SConscript*' -delete
|
||||
}
|
||||
|
||||
vdrift-data_package() {
|
||||
|
|
Loading…
Add table
Reference in a new issue