nicotine+: set pycompile_module, correct license
This commit is contained in:
parent
93dbf52ed0
commit
02a748ff2c
1 changed files with 6 additions and 6 deletions
|
@ -1,15 +1,15 @@
|
|||
# Template file for 'nicotine+'
|
||||
pkgname=nicotine+
|
||||
version=1.2.16
|
||||
revision=1
|
||||
revision=2
|
||||
noarch=yes
|
||||
build_style=python-module
|
||||
hostmakedepends="python python-gobject2-devel"
|
||||
makedepends="pygtk mutagen"
|
||||
depends="${makedepends}"
|
||||
short_desc="Soulseek music-sharing client, written in python"
|
||||
hostmakedepends="python-gobject2-devel"
|
||||
depends="pygtk mutagen"
|
||||
pycompile_module="pynicotine"
|
||||
short_desc="Soulseek music-sharing client written in Python"
|
||||
maintainer="doggone <doggone@airmail.cc>"
|
||||
license="GPL-2"
|
||||
license="GPL-3"
|
||||
homepage="http://nicotine-plus.sourceforge.net"
|
||||
distfiles="${SOURCEFORGE_SITE}/nicotine-plus/${pkgname}-${version}.tar.gz"
|
||||
checksum=0fa7732270342f75189df99431d44088b4f7ae90f0c24298ea264ce89670dc9d
|
||||
|
|
Loading…
Reference in a new issue