initial import
This commit is contained in:
25
ftmenu/PKGBUILD
Normal file
25
ftmenu/PKGBUILD
Normal file
@@ -0,0 +1,25 @@
|
||||
# Maintainer: Jesus E. <heckyel@riseup.net>
|
||||
|
||||
pkgname=ftmenu
|
||||
pkgver=0.4.0
|
||||
pkgrel=1
|
||||
pkgdesc="Fluxbox menu icon tray"
|
||||
arch=('i686' 'x86_64')
|
||||
url='https://ftmenu.sourceforge.net/'
|
||||
license=('GPL-3')
|
||||
depends=('fluxbox' 'gtk2')
|
||||
source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgname}-0.4/${pkgname}-${pkgver}.tar.gz")
|
||||
sha512sums=('7b83d2b7bb186d2a78f3425f364fc34263332ce881ebbed4805767834610d3fba474b296343de9f2d01aefb10e6638ed356c617ad460746f1a60f0f85d3e6e10')
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
./configure \
|
||||
--prefix=/usr
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd $pkgname-$pkgver
|
||||
make DESTDIR="${pkgdir}" install
|
||||
install -Dm644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
|
||||
}
|
||||
Reference in New Issue
Block a user