diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-11-11 04:16:52 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-11-11 04:20:09 +0100 |
commit | 332eeec08418820d4adb05e835647b9f4004cf02 (patch) | |
tree | c718f4d983a74edf03abc4ea22c29cdca2554357 /resources/PKGBUILD | |
parent | 62a542e824362c530abef7d122bfa9798c7e013e (diff) | |
download | yawa-332eeec08418820d4adb05e835647b9f4004cf02.tar.xz |
Move /resources to /res to match other directories
Diffstat (limited to 'resources/PKGBUILD')
-rw-r--r-- | resources/PKGBUILD | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/resources/PKGBUILD b/resources/PKGBUILD deleted file mode 100644 index c73ccb1..0000000 --- a/resources/PKGBUILD +++ /dev/null @@ -1,31 +0,0 @@ -pkgname=yawa-git -pkgver=0.0.1.r0.g1f4c8ac -pkgrel=1 - -pkgdesc='A tool which allows you to compose wallpapers for X.' -url='http://git.kyriasis.com/kyrias/yawa/about/' -arch=('i686' 'x86_64') -license=('GPL') - -depends=('imlib2' 'libx11') -makedepends=('git') - -source=('git+http://git.kyriasis.com/kyrias/yawa') - -sha1sums=('SKIP') - -pkgver() { - cd yawa - git describe --long | sed -r 's/([^-]*-g)/r\1/;s/-/./g' -} - -build() { - cd yawa - cmake -g 'Unix Makefiles' . -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd yawa - make DESTDIR="$pkgdir" install -} |