🔒 Repository is read-only – file editing is disabled.
12345678910111213141516171819202122232425262728293031
pkgname: xfe
pkgver: '2.1.11'
pkgrel: 1
pkgdesc: MS-Explorer or Commander like file manager for X.
url: 'http://roland65.free.fr/xfe'
arch: x86_64
depends: []
makedepends:
- freetype
- fox
- libpng
- libjpeg-turbo
- libtiff
- expat
- intltool
source:
- 'https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz'
sha256sums:
- SKIP
build: |
cd ${pkgname}-${pkgver}
export CFLAGS="$CFLAGS `pkg-config --cflags freetype2`"
aclocal
automake --add-missing
autoreconf
cd ${pkgname}-${pkgver}
./configure --prefix=/usr
make
package: |
cd ${pkgname}-${pkgver}
make DESTDIR="${PKGDIR}" install