Skip to content
Snippets Groups Projects
Verified Commit 37ac7ca8 authored by Evangelos Foutras's avatar Evangelos Foutras :smiley_cat:
Browse files

upgpkg: 0.9.6-3: ./configure in build()

parent 17adb451
No related branches found
No related tags found
No related merge requests found
pkgbase = xfce4-notifyd
pkgdesc = Notification daemon for the Xfce desktop
pkgver = 0.9.6
pkgrel = 2
pkgrel = 3
url = https://docs.xfce.org/apps/notifyd/start
arch = x86_64
groups = xfce4-goodies
......
......@@ -4,7 +4,7 @@
pkgname=xfce4-notifyd
pkgver=0.9.6
pkgrel=2
pkgrel=3
pkgdesc="Notification daemon for the Xfce desktop"
arch=('x86_64')
url="https://docs.xfce.org/apps/notifyd/start"
......@@ -19,14 +19,16 @@ sha256sums=('9b2923742de76258844073d9787b4b99769aac89b939029150e49ef5ac09f402')
prepare() {
cd $pkgname
./autogen.sh \
--prefix=/usr \
--sysconfdir=/etc \
--disable-debug
NOCONFIGURE=1 ./autogen.sh
}
build() {
cd $pkgname
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--disable-debug \
--enable-maintainer-mode
make
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment