diff options
Diffstat (limited to 'repos/xorg/zzzfm/abuild')
| -rw-r--r-- | repos/xorg/zzzfm/abuild | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/repos/xorg/zzzfm/abuild b/repos/xorg/zzzfm/abuild deleted file mode 100644 index 895b544a..00000000 --- a/repos/xorg/zzzfm/abuild +++ /dev/null @@ -1,12 +0,0 @@ -name=zzzfm -version=1.0.7.5 -_ver=${version%.*} -_sion=${version##*.} -release=1 -source="https://gitlab.com/antix-contribs/${name}/-/archive/${_ver}-${_sion}/${name}-${_ver}-${_sion}.tar.gz" -build_opt="--disable-video-thumbnails" -export CFLAGS="$CFLAGS -Wno-error=implicit-function-declaration -Wno-error=incompatible-pointer-types" - -prebuild() { - autoreconf -fiv -} |