initial import
This commit is contained in:
25
mocicon/PKGBUILD
Normal file
25
mocicon/PKGBUILD
Normal file
@@ -0,0 +1,25 @@
|
||||
# Maintainer: Jesus E. <heckyel@riseup.net>
|
||||
|
||||
pkgname=mocicon
|
||||
pkgver=0.1.4
|
||||
pkgrel=2
|
||||
pkgdesc="GTK2+ panel applet that lets you control MOC (Music On Console)"
|
||||
url='https://mocicon.sourceforge.net'
|
||||
license=('Simplified-BSD')
|
||||
arch=('i686' 'x86_64')
|
||||
depends=('moc' 'gtk2')
|
||||
source=("https://downloads.sourceforge.net/sourceforge/mocicon/mocicon-${pkgver}.tar.bz2"
|
||||
"LICENSE")
|
||||
sha512sums=('61beb8652076d1d11221291e12a3b1b4444f04b090509ac23cf0d27d3f648593d08751ef485ef1013f59c9527a7f169e903bd07b45002aaffa29370417cbb618'
|
||||
'e485bbbd6005d7aab810220a9267759f4fb899294b31fabc203a438bd0204ac13697e4ab66bee7fc64367832c97fc86e661e5b40dea6bbf9120ff3ec89f1b50a')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/${pkgname}-${pkgver}
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd ${srcdir}/${pkgname}-${pkgver}
|
||||
make PREFIX=/usr DESTDIR=${pkgdir} install
|
||||
install -Dm644 "${srcdir}/LICENSE" -t "${pkgdir}/usr/share/licenses/$pkgname"
|
||||
}
|
||||
Reference in New Issue
Block a user