Created
February 16, 2016 15:34
-
-
Save dlintw/1b60adfa65642a0140b4 to your computer and use it in GitHub Desktop.
PKGBUILD for lstv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
update to 0.0.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Andy Crowd <[email protected]> | |
pkgname=lstv | |
pkgver=0.0.2 | |
pkgrel=1 | |
pkgdesc="DVB channel selector for mplayer." | |
arch=(any) | |
depends=(mplayer) | |
source=("http://downloads.sourceforge.net/project/lstv/lstv-$pkgver.tar.gz") | |
optdepends=(w_scan) | |
license=('GPL') | |
md5sums=('d5bbe4dae3fa9db97f2d0523f05cf2b1') | |
url="https://sourceforge.net/projects/lstv/" | |
package() { | |
install -d "$pkgdir/usr/bin" | |
install -m755 "$srcdir/$pkgname-$pkgver/lstv" "$pkgdir/usr/bin" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment