Merge pull request #2450 from steski/pastebinit
pastebinit: add python3.4 to depends
This commit is contained in:
commit
2577e1aedd
1 changed files with 2 additions and 3 deletions
|
@ -1,8 +1,9 @@
|
||||||
# Template file for 'pastebinit'
|
# Template file for 'pastebinit'
|
||||||
pkgname=pastebinit
|
pkgname=pastebinit
|
||||||
version=1.4.1
|
version=1.4.1
|
||||||
revision=1
|
revision=2
|
||||||
hostmakedepends="asciidoc"
|
hostmakedepends="asciidoc"
|
||||||
|
depends="python3.4"
|
||||||
short_desc="Pastebin command-line client"
|
short_desc="Pastebin command-line client"
|
||||||
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
||||||
license="GPL-2, GPL-3"
|
license="GPL-2, GPL-3"
|
||||||
|
@ -25,9 +26,7 @@ do_install() {
|
||||||
vman utils/${util}.1
|
vman utils/${util}.1
|
||||||
done
|
done
|
||||||
|
|
||||||
vmkdir usr/share/pastebinit.d
|
|
||||||
vcopy pastebin.d usr/share/pastebint.d/
|
vcopy pastebin.d usr/share/pastebint.d/
|
||||||
|
|
||||||
vcopy po/mo usr/share/locale
|
vcopy po/mo usr/share/locale
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue