diff options
author | Martin Wimpress <[email protected]> | 2013-11-13 12:13:32 +0000 |
---|---|---|
committer | Martin Wimpress <[email protected]> | 2013-11-13 12:13:32 +0000 |
commit | 12024c7639913e0b7592ed58630823b5d6a17f74 (patch) | |
tree | d8ecad9d09b2aa7b0b5669f2f82e61e5bf9cd474 /distro | |
parent | fad55588534c20896f82f15f8bb8b777a80c190d (diff) | |
download | mate-backgrounds-12024c7639913e0b7592ed58630823b5d6a17f74.tar.bz2 mate-backgrounds-12024c7639913e0b7592ed58630823b5d6a17f74.tar.xz |
Remove distro folder.
Diffstat (limited to 'distro')
-rw-r--r-- | distro/archlinux/PKGBUILD | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/distro/archlinux/PKGBUILD b/distro/archlinux/PKGBUILD deleted file mode 100644 index 35cf667..0000000 --- a/distro/archlinux/PKGBUILD +++ /dev/null @@ -1,29 +0,0 @@ -pkgname=mate-backgrounds -pkgver=1.1.0 -pkgrel=1 -pkgdesc="Background images and data for MATE" -arch=('any') -license=('GPL') -url="http://matsusoft.com.ar/projects/mate/" -makedepends=('intltool' 'mate-common') -groups=('mate') -source=() -sha256sums=() - - -build() { - cd "${srcdir}/../../../" - - ./autogen.sh \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var || return 1 - - make || return 1 -} - -package() { - cd "${srcdir}/../../../" - - make DESTDIR="$pkgdir" install || return 1 -} |