From 3c171d353f930874593cfa94434b7b5d8e5f9aa8 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Fri, 9 Jan 2015 10:53:44 +0100 Subject: Rewrite aurblup in Python The AUR backend already uses several Python scripts, rewrite the aurblup helper as well. This has several advantages: * We can easily use the main configuration file without using any shell script wrappers. * aurblup does not need to be recompiled on libalpm soname bumps. Signed-off-by: Lukas Fleischer --- scripts/aurblup/config.mk | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 scripts/aurblup/config.mk (limited to 'scripts/aurblup/config.mk') diff --git a/scripts/aurblup/config.mk b/scripts/aurblup/config.mk deleted file mode 100644 index f8e12a8..0000000 --- a/scripts/aurblup/config.mk +++ /dev/null @@ -1,6 +0,0 @@ -PREFIX = /usr/local - -CFLAGS = -g -O2 -std=c99 -pedantic -Wall -I/usr/include/mysql -LDFLAGS = -g -lalpm -lmysqlclient - -CC = cc -- cgit v1.2.3-70-g09d2