🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920212223242526272829303132
pkgname: 'xfce4-dev-tools'
pkgver: '4.20.0'
pkgrel: '1'
pkgdesc: 'Xfce4 developers tools'
url: 'https://www.xfce.org/'
arch: x86_64
depends: []
makedepends:
- glib
- intltool
- 'gtk-doc'
source:
- 'https://archive.xfce.org/src/xfce/xfce4-dev-tools/4.20/${pkgname}-${pkgver}.tar.bz2'
sha256sums:
- SKIP
build: |
cd ${pkgname}-${pkgver}
./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib \
--localstatedir=/var
make
make DESTDIR=${PKGDIR} install
package: |
true